From 631049139f8a899fdf8430cc5edd3b77384e3f33 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Thu, 9 Jan 2014 12:55:27 +0100 Subject: [PATCH] Removed /bin/kalle (dummy shell) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b6774c..861bab5 100644 --- a/Makefile +++ b/Makefile @@ -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.)