summaryrefslogtreecommitdiff
path: root/uninstalled-paths.sh
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-16 15:29:23 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-09-16 15:29:23 -0400
commitf5fbc64c4b5f7085430ccfaa1b6167e6d85196a8 (patch)
tree4553217e03e2d345e66df112f050adda8068611e /uninstalled-paths.sh
parent3ff095c1966c606da62bf520e87022bfb435af22 (diff)
downloadfarstream-f5fbc64c4b5f7085430ccfaa1b6167e6d85196a8.tar.gz
Oops, operate on right argument
Diffstat (limited to 'uninstalled-paths.sh')
-rwxr-xr-xuninstalled-paths.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uninstalled-paths.sh b/uninstalled-paths.sh
index 5c563376..0293a399 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 ()