all repos — fluxbox @ 1be92e79eca2ef3b9c99655302ac5d1c0d91e14b

custom fork of the fluxbox windowmanager

add shebang to default startup file
Mark Tiefenbruck mark@fluxbox.org
commit

1be92e79eca2ef3b9c99655302ac5d1c0d91e14b

parent

520fa94ac6fb24aeb20140e0e0544102e6c4f5b2

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M util/startfluxbox.inutil/startfluxbox.in

@@ -33,6 +33,8 @@ mkdir -p "$fluxdir/backgrounds" "$fluxdir/styles" "$fluxdir/pixmaps"

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