From 90cc378f2a0e6e6c493db32234ecab17e7773378 Mon Sep 17 00:00:00 2001 From: mathias Date: Sat, 9 Apr 2005 07:46:27 +0000 Subject: fixed issues introduced from last change (it was me :) --- util/startfluxbox.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/util/startfluxbox.in b/util/startfluxbox.in index 9099640..a6e5838 100755 --- a/util/startfluxbox.in +++ b/util/startfluxbox.in @@ -2,7 +2,7 @@ # $Id$ command="`basename \"$0\"`" -startup="~/.fluxbox/startup" +startup=~/.fluxbox/startup while [ $# -gt 0 ]; do case "$1" in @@ -32,7 +32,7 @@ else mkdir -p ~/.fluxbox/{backgrounds,styles,pixmaps} fi if [ ! -r "$startup" ]; then - cat << EOF > "$startup" + ( cat << EOF # fluxbox startup-script: # # Lines starting with a '#' are ignored. @@ -83,6 +83,7 @@ exec @pkgbindir@/fluxbox # or if you want to keep a log: # exec @pkgbindir@/fluxbox -log ~/.fluxbox/log EOF + ) > "$startup" fi chmod 755 "$startup" exec "$startup" -- cgit v0.11.2