Browse Source

Merge remote-tracking branch 'dgibbs64/master'

pull/1014/head
Alexander Hurd 9 years ago
parent
commit
397089e256
  1. 4
      lgsm/functions/check_deps.sh

4
lgsm/functions/check_deps.sh

@ -120,7 +120,7 @@ fn_check_loop(){
fn_deps_detector fn_deps_detector
done done
# user to be informaed of any missing dependecies # user to be informaed of any missing dependencies
fn_found_missing_deps fn_found_missing_deps
} }
@ -128,7 +128,7 @@ info_distro.sh
if [ "${function_selfname}" == "command_install.sh" ]; then if [ "${function_selfname}" == "command_install.sh" ]; then
echo "" echo ""
echo "Checking Dependecies" echo "Checking Dependencies"
echo "=================================" echo "================================="
fi fi

Loading…
Cancel
Save