add shebang to default startup file

This commit is contained in:
Mark Tiefenbruck 2008-07-06 20:26:10 -07:00
parent 520fa94ac6
commit 1be92e79ec

View file

@ -33,6 +33,8 @@ else
fi
if [ ! -r "$startup" ]; then
( cat << EOF
#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.