#599 closed defect (fixed)
ASH does not support "source"
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~CVS |
Severity: | normal | Keywords: | VERIFIED |
Cc: |
Description ¶
Nathan Coulson reported:
"Another issue, The BLFS Bootscripts use #!/bin/sh, and source. they should all use . intead of source OR use #!/bin/bash. [you give instructions for installing ash in chapter 7, therefore it may be used at #!/bin/sh]"
Change History (3)
comment:1 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 21 years ago
Keywords: | VERIFIED added |
---|
Note:
See TracTickets
for help on using tickets.
Opted for keeping #!/bin/sh and substituting "source" for ".".