Commit 5a604bfd authored by Monius's avatar Monius
Browse files

shfmt check?

parent 6502a710
...@@ -2239,6 +2239,7 @@ _setopt() { ...@@ -2239,6 +2239,7 @@ _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
......
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