[Lunar-commits] <lunar> Added missing - in variable default value
Peter de Ridder
peter at lunar-linux.org
Thu Aug 9 21:35:22 CEST 2012
commit 6e15d476bafd724c112171105d228eb6592f55dd
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Thu, 09 Aug 2012 12:35:22 -0700
URL: https://github.com/lunar-linux/lunar/commit/6e15d476bafd724c112171105d228eb6592f55dd
Added missing - in variable default value
---
prog/lunar +2/-2
1 files changed, 2 insertions (+), 2 deletions (-)
--- a/prog/lunar
+++ b/prog/lunar
@@ -524,11 +524,11 @@ feature_menu() {
VIEW_REPORTS=${VIEW_REPORTS:-off}
PRESERVE=${PRESERVE:-on}
SOUND=${SOUND:-off}
- SUSTAIN=${SUSTAIN:on}
+ SUSTAIN=${SUSTAIN:-on}
VOYEUR=${VOYEUR:-on}
REAP=${REAP:-on}
GARBAGE=${GARBAGE:-on}
- VERBOSE=${VERBOSE:off}
+ VERBOSE=${VERBOSE:-off}
if TOGGLES=`$DIALOG --title "Feature Menu" \
--no-cancel \
More information about the Lunar-commits
mailing list