commit | 8418d8f3dd32918dae2ecc2bd358b76e85c324a9 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Dec 24 02:39:47 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 24 02:39:47 2002 +0000 |
tree | ba84b55cce3b4a00a11ec400b146cfe2c65bd036 | |
parent | 6ed40bb2afdc08bd43078291eca0b8daa3c3fdfd [diff] [blame] |
Fixed quoting in INSTALL check.
diff --git a/configure b/configure index bdf2258..eaa5f65 100755 --- a/configure +++ b/configure
@@ -4753,7 +4753,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' case "$INSTALL" in - \\/$* | ?:\\/* ) ;; + [\\/$]* | ?:[\\/]* ) ;; *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;; esac