From de16d9556afd3eebd6125a4fe94f39cfb29d92d5 Mon Sep 17 00:00:00 2001 From: Lucky Date: Wed, 23 Apr 2008 11:19:07 +0200 Subject: [PATCH] Add required -P to pwd Signed-off-by: Nico Schottelius --- tools/config-pre-0.7-to-0.7.sub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/config-pre-0.7-to-0.7.sub.sh b/tools/config-pre-0.7-to-0.7.sub.sh index bb43285..5bc6f75 100755 --- a/tools/config-pre-0.7-to-0.7.sub.sh +++ b/tools/config-pre-0.7-to-0.7.sub.sh @@ -35,7 +35,7 @@ echo "Working on $file ..." if [ -L "${file}" ]; then echo "Converting ${file} ..." - dir="$(cd "${file}" && pwd)"; ret=$? + dir="$(cd "${file}" && pwd -P)"; ret=$? if [ $ret -ne 0 ]; then echo "ERROR: $file is a broken link"