[Lunar-commits] <moonbase> which: remove double argument

Auke Kok sofar at foo-projects.org
Wed Dec 10 19:03:11 CET 2008


commit e52d434e1419e27732c70cbfc88ebd97a9d36466
Author: Auke Kok <auke at foo-projects.org>
Date:   Wed Dec 10 19:03:11 2008 +0100

    which: remove double argument
---
 utils/which/profile.d/which.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/which/profile.d/which.rc b/utils/which/profile.d/which.rc
index 30303d7..b382d38 100644
--- a/utils/which/profile.d/which.rc
+++ b/utils/which/profile.d/which.rc
@@ -1,7 +1,7 @@
 
 # the *proper* way to use which:
 which () {
-    (alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-alias --read-functions --show-tilde --show-dot $@
+    (alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
 }
 export -f which
 


More information about the Lunar-commits mailing list