Fixed Makefile and uncommented check_env in script

This commit is contained in:
2014-01-08 06:43:43 +01:00
parent 69f2fbdc7d
commit dfa8b8f515
2 changed files with 9 additions and 9 deletions

View File

@@ -32,8 +32,9 @@ Which="/usr/bin/which"
Binaries=(clear cp printf cat mktemp rm tail dialog diff)
# Variables
BashFiles="/etc/shellchooser/bash"
CshFiles="/etc/shellchooser/csh"
BashFiles="/etc/shellchooser/bashfiles"
CshFiles="/etc/shellchooser/cshfiles"
DashFiles="/etc/shellchooser/dashfiles"
### Functions ###
@@ -140,7 +141,7 @@ if [ $? -ne 0 ]; then
echo "Aborting..."
exit 1
fi
#check_env
check_env
$Clear
$Shell