comparison defaults/hg-wrapper.pl @ 12:e056798af879

fixing problem with shell interpretation.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 07:09:37 +0000
parents
children
comparison
equal deleted inserted replaced
11:389f8678f1d8 12:e056798af879
1 #!/usr/bin/perl -wT
2
3 $ENV{"PATH"} = "/usr/bin";
4 delete @ENV{qw(IFS CDPATH ENV BASH_ENV PATH)};
5
6 unshift(@ARGV, "hg");
7 exec(@ARGV);