[Lunar-commits] CVS: theedge/bin lvu,1.51,1.52
Auke Kok
sofar at lunar-linux.org
Tue Oct 12 11:29:08 UTC 2004
Update of /var/cvs/lunar/theedge/bin
In directory espresso.foo-projects.org:/tmp/cvs-serv18211/bin
Modified Files:
lvu
Log Message:
Merging aliases code with theedge!!!
Index: lvu
===================================================================
RCS file: /var/cvs/lunar/theedge/bin/lvu,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- lvu 26 Sep 2004 02:01:28 -0000 1.51
+++ lvu 12 Oct 2004 11:29:06 -0000 1.52
@@ -473,12 +473,14 @@
# local definitions
function depends() {
debug_msg "depends ($@)"
- echo "+$1"
+ DEP=$(unalias $1)
+ echo "+$DEP"
}
optional_depends() {
debug_msg "optional_depends ($@)"
- echo "-$1"
+ DEP=$(unalias $1)
+ echo "-$DEP"
}
debug_msg "run_depends ($@)"
More information about the Lunar-commits
mailing list