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
This commit is contained in:
Przemyslaw Czerpak
2007-12-20 14:56:52 +00:00
parent 7fbcb38a51
commit 8d6e84e2dc
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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