From: Robert Nelson Date: Sat, 1 Jul 2006 15:45:53 +0000 (+0000) Subject: Fix bug in wxWidgets patch script X-Git-Tag: Release-2.0.0~787 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2962fc8546906fd7b225709b517708374e0f1b1b;p=bacula%2Fbacula Fix bug in wxWidgets patch script git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3110 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/build-dependencies b/bacula/src/win32/build-dependencies index 1b053b5359..226905945a 100755 --- a/bacula/src/win32/build-dependencies +++ b/bacula/src/win32/build-dependencies @@ -272,7 +272,7 @@ process_wxWidgets() then echo Patching wxWidgets do_patch wx.patch -o build/msw/config.mingw32 - find . -name makefile.gcc -exec sh -c 'sed -f ${SCRIPT_DIR}/patches/wx.sed {} > `echo {} | sed s/\.gcc$/\.mingw32/`' \; + find . -name makefile.gcc -exec sh -c "sed -f ${SCRIPT_DIR}/patches/wx.sed {} > \`echo {} | sed s/\.gcc$/\.mingw32/\`" \; fi echo Building wxWidgets cd build/msw