[Lunar-commits] r15174 - moonbase/trunk/shells/bash

Auke Kok sofar at lunar-linux.org
Mon May 30 20:34:14 UTC 2005


Author: sofar
Date: 2005-05-30 20:34:13 +0000 (Mon, 30 May 2005)
New Revision: 15174

Modified:
   moonbase/trunk/shells/bash/BUILD
Log:
I can't type... but more importantly you didn't read. (2 year old typo).


Modified: moonbase/trunk/shells/bash/BUILD
===================================================================
--- moonbase/trunk/shells/bash/BUILD	2005-05-30 17:26:06 UTC (rev 15173)
+++ moonbase/trunk/shells/bash/BUILD	2005-05-30 20:34:13 UTC (rev 15174)
@@ -54,7 +54,7 @@
 	install -m 600 -o root -g root $SCRIPT_DIRECTORY/skel/.bash_profile /root/.bash_profile
 	install -m 600 -o root -g root $SCRIPT_DIRECTORY/skel/.bashrc /root/bashrc
 	install -m 600 -o root -g root $SCRIPT_DIRECTORY/skel/.bash_logout /root/.bash_logout
-	[ -L /root/.basj_history ] || rm /root/.bash_history
+	[ -L /root/.bash_history ] || rm /root/.bash_history
 	[ -e /root/.bash_history ] || ln -s /dev/null /root/.bash_history
       fi
       message "${MESSAGE_COLOR}Make sure your users also get the new .bash* from /etc/skel! ${DEFAULT_COLOR}"



More information about the Lunar-commits mailing list