Skip to content

Commit cc79083

Browse files
authored
Merge pull request #26 from 3scale/fix-positional-param-expansion
Fix positional parameter expansion
2 parents c04c4fa + a363a86 commit cc79083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
<%= install_bin_dir %>/3scale $@
3+
<%= install_bin_dir %>/3scale "$@"

0 commit comments

Comments
 (0)