]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bug in wxWidgets patch script
authorRobert Nelson <robertn@the-nelsons.org>
Sat, 1 Jul 2006 15:45:53 +0000 (15:45 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Sat, 1 Jul 2006 15:45:53 +0000 (15:45 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3110 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/build-dependencies

index 1b053b5359d8de7ad0ab864de7592a10d218ff1e..226905945aa7977225446822805b07ed70803a6c 100755 (executable)
@@ -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