]> git.sesse.net Git - vlc/commitdiff
Missing quotes
authorRémi Denis-Courmont <rem@videolan.org>
Tue, 28 Feb 2006 08:37:44 +0000 (08:37 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Tue, 28 Feb 2006 08:37:44 +0000 (08:37 +0000)
bootstrap

index 72acfcd242a6f709a569c972200aaaebc8861834..e6a94a61a267ae846e58a2969fcc8a06d56330b9 100755 (executable)
--- 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