Closed adius closed 6 years ago
Hi, I used Feram to check your repo and found the following issue. I hope it helps!
Use double quote array expansions, otherwise they're like $* and break on spaces.
--- sass-compile-tester.sh +++ sass-compile-tester.sh @@ -43,1 +43,1 @@ # ============================================================================== -run_it $@ +run_it $@ # ==============================================================================
Thanks. But not interested yet by your tool.
Hi, I used Feram to check your repo and found the following issue. I hope it helps!
Use double quote array expansions, otherwise they're like $* and break on spaces.