--- chere.prev 2009-01-29 22:15:52.001000000 +0000 +++ chere 2011-09-08 20:39:21.436409000 +0100 @@ -816,8 +816,9 @@ ######################################################################### # Need to use eval to force correct quote evaluation -REGTOOL="eval regtool" -REGTOOL_=regtool +REGTOOL_="regtool -w" +REGTOOL="eval $REGTOOL_" + KNOWN_TERMS="cmd rxvt mintty xterm" KNOWN_SHELLS="ash bash cmd pdksh posh tcsh zsh passwd" @@ -854,7 +855,7 @@ c ) ALL_USERS=f;; n ) DO_WIN_UINST=t;; m ) DO_WIN_UINST=f;; - p ) REGTOOL="echo regtool"; PRINT=t;; + p ) REGTOOL="echo $REGTOOL_"; PRINT=t;; f ) FORCE=t;; 1 ) METHOD=1;; 2 ) METHOD=2;;