Skip to content

Commit 6aa5e7e

Browse files
committed
fix bash wrapper
1 parent edcd6f9 commit 6aa5e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ecs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
CURRENT_FOLDER=$(dirname $(readlink -f "$0"))
3-
cs -i "$CURRENT_FOLDER/../imports" "$CURRENT_FOLDER/../ecs.csc" $*
3+
cs -i "$CURRENT_FOLDER/../imports" "$CURRENT_FOLDER/../ecs.csc" "$@"

0 commit comments

Comments
 (0)