|
From: <dom...@us...> - 2020-12-15 21:52:31
|
Revision: 1058
http://sourceforge.net/p/fvwm-crystal/code/1058
Author: dominique_libre
Date: 2020-12-15 21:52:29 +0000 (Tue, 15 Dec 2020)
Log Message:
-----------
Oops: fvwm-crystal: one more bashism fix
Modified Paths:
--------------
bin/fvwm-crystal
Modified: bin/fvwm-crystal
===================================================================
--- bin/fvwm-crystal 2020-12-15 21:06:01 UTC (rev 1057)
+++ bin/fvwm-crystal 2020-12-15 21:52:29 UTC (rev 1058)
@@ -56,7 +56,7 @@
FVWM_DISTROMENUNAME="debian"
fi
# Where to write the log when fvwm3 is in debug mode
-if [ "${FVWM_EXEC}" == "fvwm3" ]; then
+if [ "${FVWM_EXEC}" = "fvwm3" ]; then
if [ "x${FVWM3_LOGFILE}" == "x" ]; then
FVWM3_LOGFILE="${HOME}/.fvwm-crystal.log"
export FVWM3_LOGFILE
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|