Browse Source

haxelib: Handle command line arguments appropriately

Fixes #2242
KAWACHI Takashi 11 years ago
parent
commit
17de0c52e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/tools/haxelib/haxelib.sh

+ 1 - 1
std/tools/haxelib/haxelib.sh

@@ -1,2 +1,2 @@
 #!/bin/sh
 #!/bin/sh
-haxe --run tools.haxelib.Main $@
+exec haxe --run tools.haxelib.Main "$@"