From f2fe7d78893afdc4784b50ac3907a5cc29c929b1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 18 Mar 2016 19:46:51 +0000 Subject: [PATCH] bug --- lgsm/functions/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/check.sh b/lgsm/functions/check.sh index d62b479dc..aa9ab63ab 100644 --- a/lgsm/functions/check.sh +++ b/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