Browse Source

bug

pull/820/merge
Daniel Gibbs 9 years ago
parent
commit
f2fe7d7889
  1. 2
      lgsm/functions/check.sh

2
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

Loading…
Cancel
Save