Browse Source

SC2046

pull/1863/head
Daniel Gibbs 7 years ago
parent
commit
fe16698ec4
  1. 2
      lgsm/functions/command_validate.sh

2
lgsm/functions/command_validate.sh

@ -22,7 +22,7 @@ fn_validation(){
cd "${steamcmddir}" cd "${steamcmddir}"
# Detects if unbuffer command is available for 32 bit distributions only. # Detects if unbuffer command is available for 32 bit distributions only.
info_distro.sh info_distro.sh
if [ $(command -v stdbuf) ]&&[ "${arch}" != "x86_64" ]; then if [ "$(command -v stdbuf)" ]&&[ "${arch}" != "x86_64" ]; then
unbuffer="stdbuf -i0 -o0 -e0" unbuffer="stdbuf -i0 -o0 -e0"
fi fi

Loading…
Cancel
Save