Removed /bin/kalle (dummy shell)

This commit is contained in:
Jack-Benny Persson 2014-01-09 12:55:27 +01:00
parent e0ffebc479
commit 631049139f

View File

@ -1,6 +1,6 @@
FILES=shellchooser.sh bashfiles/profile bashfiles/bashrc cshfiles/cshrc \
ashfiles/profile
SHELLS=/bin/ash /bin/bash /bin/csh /bin/kalle
SHELLS=/bin/ash /bin/bash /bin/csh
shellchooser: $(FILES)
$(info Use 'make install' to install shellchooser on your system.)