From 0fbd1b1b5f7db51e9ed3b0eea43694e87daaad77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 28 Feb 2006 08:37:44 +0000 Subject: [PATCH] Missing quotes --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 72acfcd242..e6a94a61a2 100755 --- a/bootstrap +++ b/bootstrap @@ -262,7 +262,7 @@ _plugin.a_plugin\$(LIBEXT): #ifneq (,\$(findstring cygwin,\$(host))) # mv "$@.exe" "$@" #endif - @if test -f "$@.exe"; then mv "$@.exe" $@; fi + @if test -f "$@.exe"; then mv "$@.exe" "$@"; fi if MAINTAINER_MODE \$(srcdir)/Makefile.am: \$(srcdir)/Modules.am \$(top_srcdir)/bootstrap -- 2.39.2