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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user