Add required -P to pwd

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Lucky 2008-04-23 11:19:07 +02:00 committed by Nico Schottelius
parent c60e2870c4
commit de16d9556a
1 changed files with 1 additions and 1 deletions

View File

@ -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"