Added the shabang to auto-generated cunstom scripts.
Trailing space clean-up.
This commit is contained in:
parent
9a536f733c
commit
245d1c9c54
1 changed files with 7 additions and 4 deletions
|
@ -53,9 +53,12 @@ EOF
|
||||||
|
|
||||||
# Create the build script file
|
# Create the build script file
|
||||||
( cat <<- xEOFx
|
( cat <<- xEOFx
|
||||||
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd \$PKGDIR
|
cd \$PKGDIR
|
||||||
`cat tmp`
|
`cat tmp`
|
||||||
|
|
||||||
exit
|
exit
|
||||||
xEOFx
|
xEOFx
|
||||||
) > custom-commands/scripts/$THIS_SCRIPT
|
) > custom-commands/scripts/$THIS_SCRIPT
|
||||||
|
|
Reference in a new issue