[farsight2/master] Oops, operate on right argument

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:25:22 PST 2008


---
 uninstalled-paths.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/uninstalled-paths.sh b/uninstalled-paths.sh
index 5c56337..0293a39 100755
--- a/uninstalled-paths.sh
+++ b/uninstalled-paths.sh
@@ -4,7 +4,7 @@
 
 realpath_ ()
 {
-    ( cd $0 2>/dev/null; pwd )
+    ( cd $1 2>/dev/null; pwd )
 }
 
 pjoin ()
-- 
1.5.6.5




More information about the farsight-commits mailing list