ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

exe projector odes not execute from $PATH #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile a script to a projector
    for ex:
    $ java -jar asc.jar -AS3 -strict -import biltin.abc -import toplevel.abc -exe redshell sysinfo.as
2. move the projector to something accessible from $PATH
    eg.
    export PATH=/Users/zwetan/scripts:$PATH
3. go to the root directory and call the exe
   $ cd /
   $ sysinfo

What is the expected output?

run the sysinfo exe

What do you see instead?

the redshell usage/help output

Original issue reported on code.google.com by zwetan on 28 Oct 2011 at 1:31

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 20 Nov 2013 at 5:15