Opened 17 years ago
Closed 17 years ago
#1824 closed bug (fixed)
Can't open perl script
Reported by: | kaliber | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/runtime_loader | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It's probably duplicate of ticket #1773, but I cannot add comment there (trac error).
Put test.pl in /boot/home/config/bin/test.pl:
#!/boot/home/config/bin/perl
from home directory try to run script:
~>test.pl Can't open perl script "test.pl": No such file or directory
from home directory try to run:
~>/boot/home/config/bin/test.pl
and it works now...
Attachments (1)
Change History (6)
follow-up: 2 comment:1 by , 17 years ago
comment:2 by , 17 years ago
comment:4 by , 17 years ago
Thanks for the patch. I only had a quick look yet, but it basically looks OK (save for the argv[1] in load_image()). Unless someone else beats me to it, I'll have a closer look later and apply it.
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Does the script file have the executable bit set?