|
|
@ -2239,7 +2239,6 @@ _setopt() {
|
|
|
|
if [ ! -f "$__conf" ]; then
|
|
|
|
if [ ! -f "$__conf" ]; then
|
|
|
|
touch "$__conf"
|
|
|
|
touch "$__conf"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ -n "$(tail -c 1 <"$__conf")" ]; then
|
|
|
|
if [ -n "$(tail -c 1 <"$__conf")" ]; then
|
|
|
|
echo >>"$__conf"
|
|
|
|
echo >>"$__conf"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|