diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5529d2640f..0454882bd6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-20 15:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/make_rpmw32.sh + * moved -maxdepth option before actions and expressions in find + parameters + 2007-12-20 15:00 UTC+0100 Lorenzo Fiorini (lorenzo.fiorini/at/gmail.com) * harbour/make_xmingw.sh * moved -maxdepth before -name diff --git a/harbour/make_rpmw32.sh b/harbour/make_rpmw32.sh index 599c983e9e..64297e75b7 100755 --- a/harbour/make_rpmw32.sh +++ b/harbour/make_rpmw32.sh @@ -50,7 +50,7 @@ for d in /usr /usr/local /opt/xmingw do if [ -z "${TARGET}" ] then - TARGET=`find $d/bin -name "i[3456]86-mingw*-gcc" -maxdepth 1 \ + TARGET=`find $d/bin -maxdepth 1 -name "i[3456]86-mingw*-gcc" \ 2>/dev/null | \ sed -e '1 !d' -e 's/.*\(i[3456]86-mingw[^-]*\).*/\1/g'` MINGW_DIR=$d