[Lunar-commits] CVS: lunar/sbin lin,1.19,1.20
Steven Michaelske
hardkrash at lunar-linux.org
Sun Jan 11 22:08:52 GMT 2004
Update of /var/cvs/lunar/lunar/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26285
Modified Files:
lin
Log Message:
First in a series of patches to allow aliases to be used in BUILD files
ie alias for make
Index: lin
===================================================================
RCS file: /var/cvs/lunar/lunar/sbin/lin,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- lin 26 Oct 2003 14:16:46 -0000 1.19
+++ lin 11 Jan 2004 22:08:50 -0000 1.20
@@ -26,6 +26,12 @@
# #
############################################################
+# 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