changeset 102:1cb80b39f3cd

bugfix: forgotten option "-i" in a "sed" command
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 07 Jan 2008 00:16:42 +0100
parents 4281729fa17c
children 2cc9863cedf4
files build_mingw_cross_env.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Sun Jan 06 00:08:30 2008 +0100
+++ b/build_mingw_cross_env.sh	Mon Jan 07 00:16:42 2008 +0100
@@ -1755,7 +1755,7 @@
         --prefix="$PREFIX/$TARGET" \
         --enable-threads \
         LIBS="-lws2_32"
-    $SED 's,-fno-exceptions,,' makeinclude        
+    $SED 's,-fno-exceptions,,' -i makeinclude        
     $MAKE install DIRS=src
     cd "$SOURCE"
     rm -rfv "fltk-$VERSION_fltk"