diff --git a/vg-in-place b/vg-in-place index a49036de9..b364c10db 100755 --- a/vg-in-place +++ b/vg-in-place @@ -4,6 +4,9 @@ # $0 (the name of the file) and $PWD. dollarzero=$0 +if [ -h "${dollarzero}" ]; then + dollarzero=`readlink "${dollarzero}"` +fi if [ "${dollarzero#/}" = "${dollarzero}" ]; then