The same happens with panda. If I try to run directly I get
/Users/gabor/rakudo-star-2014.12.1/install/bin/panda: line 2: use: command
not found
/Users/gabor/rakudo-star-2014.12.1/install/bin/panda: line 3: use: command
not found
/Users/gabor/rakudo-star-2014.12.1/install/bin/panda: line 4: use: command
not found
/Users/gabor/rakudo-star-2014.12.1/install/bin/panda: line 5: use: command
not found
/Users/gabor/rakudo-star-2014.12.1/install/bin/panda: line 9: syntax error
near unexpected token `('
/Users/gabor/rakudo-star-2014.12.1/install/bin/panda: line 9: ` @*ARGS =
%*ENV<PANDA_DEFAULT_OPTS> ~ (@*ARGS ?? ' ' ~ @*ARGS !! '');'
but if I run
perl6 /Users/gabor/rakudo-star-2014.12.1/install/bin/panda
then it works.
Is there something broken in my environment?