From 392d54357e950b56d4529c3da7d93f367b7d256b Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 8 Aug 2006 08:13:00 +0000 Subject: [PATCH] Another FreeBSD compatibility fix. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3269 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/build-dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/win32/build-dependencies b/bacula/src/win32/build-dependencies index 4dbca5e0db..8fe7debb51 100755 --- a/bacula/src/win32/build-dependencies +++ b/bacula/src/win32/build-dependencies @@ -294,7 +294,7 @@ process_wxWidgets() >patch.log do_patch wx1.patch -o build/msw/config.mingw32 do_patch wx2.patch - 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 -e 's/\.gcc$/\.mingw32/'\`" \; fi echo Building wxWidgets cd build/msw -- 2.39.5