Daniel Gibbs %!s(int64=8) %!d(string=hai) anos
pai
achega
fe16698ec4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lgsm/functions/command_validate.sh

+ 1 - 1
lgsm/functions/command_validate.sh

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