Browse Source

elif not if

pull/834/head
cedarlug 9 years ago
parent
commit
6fd13b734d
  1. 2
      lgsm/functions/update_dl.sh

2
lgsm/functions/update_dl.sh

@ -16,7 +16,7 @@ fn_steamcmd_dl(){
# Detects if unbuffer command is available.
if [ $(command -v unbuffer) ]; then
unbuffer=unbuffer
if [ $(command -v stdbuf) ]; then
elif [ $(command -v stdbuf) ]; then
unbuffer="stdbuf -i0 -o0 -e0"
fi

Loading…
Cancel
Save