diff --git a/configure b/configure index 61f0ea0beac..254542fc6c2 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