[Lunar-commits] CVS: theedge/sbin lin,1.70,1.71

Steven Michaelske hardkrash at lunar-linux.org
Sun Jan 11 22:25:13 GMT 2004


Update of /var/cvs/lunar/theedge/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26750

Modified Files:
	lin 
Log Message:
first of 2 parts to fix make alias in the lunar scripts


Index: lin
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lin,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- lin	6 Nov 2003 22:29:39 -0000	1.70
+++ lin	11 Jan 2004 22:25:11 -0000	1.71
@@ -26,6 +26,11 @@
 #                                                          #
 ############################################################
 
+# This enables alias expansion within lin and its children
+# although this dosen't expand aliases within functions
+# That is a limitation of bash and aliases
+shopt -s expand_aliases
+
 help()	{
   cat  <<  EOF
 Lin installs single or multiple modules



More information about the Lunar-commits mailing list