Daniel Gibbs hace 10 años
padre
commit
f2fe7d7889
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/check.sh

+ 1 - 1
lgsm/functions/check.sh

@@ -17,7 +17,7 @@ if [ "${function_selfname}" != "command_install.sh" ] && [ "${function_selfname}
 	check_system_dir.sh
 fi
 
-if [ "${function_selfname}" -= "command_install.sh" ]; then
+if [ "${function_selfname}" == "command_install.sh" ]; then
 	check_glibc.sh
 fi