Commit 25355ba8 authored by neil's avatar neil
Browse files

opps

parent 5a29f018
......@@ -210,7 +210,7 @@ _setopt() {
echo usage: $0 '"file" "opt" "=" "value" [";"]'
return
fi
if [ -f $__conf ] ;
if [ -f $__conf ] ; then
touch $__conf
fi
if grep -H -n "^$__opt$__sep" $__conf ; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment