# HG changeset patch # User vog # Date 1183280004 -7200 # Node ID bde47ffff0061cf6d20f64d4a77e8460f0bf4ae1 # Parent 7c2fc627b257377c106fd7f3e5152a159a7da7f5 bugfix: sed -> $SED diff -r 7c2fc627b257 -r bde47ffff006 build_mingw_cross_env.sh --- a/build_mingw_cross_env.sh Sun Jul 01 10:20:54 2007 +0200 +++ b/build_mingw_cross_env.sh Sun Jul 01 10:53:24 2007 +0200 @@ -644,7 +644,7 @@ tar xfvj "$DOWNLOAD/libgpg-error-$VERSION_libgpg_error.tar.bz2" cd "libgpg-error-$VERSION_libgpg_error" # wine confuses the cross-compiling detection, so set it explicitly - sed 's,cross_compiling=no,cross_compiling=yes,' -i configure + $SED 's,cross_compiling=no,cross_compiling=yes,' -i configure ./configure \ --host="$TARGET" \ --disable-shared \