diff options
Diffstat (limited to 'Library/ENV')
| -rwxr-xr-x | Library/ENV/scm/git | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/Library/ENV/scm/git b/Library/ENV/scm/git index 888a6ff11..e4d36b583 100755 --- a/Library/ENV/scm/git +++ b/Library/ENV/scm/git @@ -15,12 +15,7 @@ def exec *args    return if arg0 =~ /^#{F}/i    return if File.expand_path(arg0) == File.expand_path(__FILE__) -  if args[1] == '-print-path' and File.executable? args[0] -    puts args[0] -    exit 0 -  else -    Kernel.exec *args -  end +  Kernel.exec(*args)  end  case F.downcase  | 
