Browse Source

opps

pull/3/head
neil 9 years ago
parent
commit
25355ba893
  1. 2
      le.sh

2
le.sh

@ -210,7 +210,7 @@ _setopt() {
echo usage: $0 '"file" "opt" "=" "value" [";"]' echo usage: $0 '"file" "opt" "=" "value" [";"]'
return return
fi fi
if [ -f $__conf ] ;
if [ -f $__conf ] ; then
touch $__conf touch $__conf
fi fi
if grep -H -n "^$__opt$__sep" $__conf ; then if grep -H -n "^$__opt$__sep" $__conf ; then

Loading…
Cancel
Save