aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkt <markt>2007-03-28 02:56:21 (GMT)
committermarkt <markt>2007-03-28 02:56:21 (GMT)
commit6e143b516ecf046bbe65ccfa8aa296544559cb9b (patch)
tree9f8913c92ba6ab353eba1cd660ef477500ee6626
parentfca762aa6ac510aa3b5a85bd3b2c56945b984e37 (diff)
downloadfluxbox-6e143b516ecf046bbe65ccfa8aa296544559cb9b.zip
fluxbox-6e143b516ecf046bbe65ccfa8aa296544559cb9b.tar.bz2
startup file wasn't being run properly when first created
-rw-r--r--ChangeLog3
-rwxr-xr-xutil/startfluxbox.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 816fa15..27567db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes for 1.0.0:
3*07/03/28:
4 * Startup file wasn't being run properly when created the first time (Mark)
5 util/startfluxbox.in
3*07/03/24: 6*07/03/24:
4 * Updated French translations (thanks Ulrich Etile) 7 * Updated French translations (thanks Ulrich Etile)
5 nls/fr_FR/Translation.m 8 nls/fr_FR/Translation.m
diff --git a/util/startfluxbox.in b/util/startfluxbox.in
index 9d3c290..8575555 100755
--- a/util/startfluxbox.in
+++ b/util/startfluxbox.in
@@ -86,5 +86,5 @@ EOF
86 ) > "$startup" 86 ) > "$startup"
87 fi 87 fi
88 chmod 644 "$startup" 88 chmod 644 "$startup"
89 exec "$startup" 89 exec sh "$startup"
90fi 90fi