all repos — fluxbox @ 6e143b516ecf046bbe65ccfa8aa296544559cb9b

custom fork of the fluxbox windowmanager

startup file wasn't being run properly when first created
markt markt
commit

6e143b516ecf046bbe65ccfa8aa296544559cb9b

parent

fca762aa6ac510aa3b5a85bd3b2c56945b984e37

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

jump to
M ChangeLogChangeLog

@@ -1,5 +1,8 @@

(Format: Year/Month/Day) Changes for 1.0.0: +*07/03/28: + * Startup file wasn't being run properly when created the first time (Mark) + util/startfluxbox.in *07/03/24: * Updated French translations (thanks Ulrich Etile) nls/fr_FR/Translation.m
M util/startfluxbox.inutil/startfluxbox.in

@@ -86,5 +86,5 @@ EOF

) > "$startup" fi chmod 644 "$startup" - exec "$startup" + exec sh "$startup" fi