Added the shabang to auto-generated cunstom scripts.

Trailing space clean-up.
This commit is contained in:
Manuel Canales Esparcia 2006-10-16 17:22:57 +00:00
parent 9a536f733c
commit 245d1c9c54

View file

@ -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