Use '#!/bin/sh' as executable interpreter. This is bad, because we do actually want bash, but if
we use '#!/bin/bash' then we end up sourcing enough .rc files to override any changes we have made to PATH etc.
This commit is contained in:
parent
15ee88eda6
commit
4029a771e3
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# lw-build-system/scripts/release.sh
|
||||
#
|
||||
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue