diff --git a/configure b/configure index 61f0ea0beacf73530eb0e778c8265e7e821c94d0..254542fc6c2a71a46e653899e01e39fe320c01e7 100755 --- a/configure +++ b/configure @@ -126,8 +126,8 @@ shellQuoteLines() makeabs() { - local FILE=$1 - local RES=$FILE + local FILE="$1" + local RES="$FILE" if [ -z "${FILE##/*}" ]; then true elif [ "$OSTYPE" = "msys" -a -z "${FILE##[a-zA-Z]:[/\\]*}" ]; then