OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-tools Date: 24-Nov-2004 16:07:58
Branch: HEAD Handle: 2004112415075700
Modified files:
openpkg-tools/cmd dev.sh
Log:
take over CVS_RSH settings and support brain-dead option parsing under
Solaris 9
Summary:
Revision Changes Path
1.32 +2 -2 openpkg-tools/cmd/dev.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/dev.sh
============================================================================
$ cvs diff -u -r1.31 -r1.32 dev.sh
--- openpkg-tools/cmd/dev.sh 12 Oct 2004 13:50:03 -0000 1.31
+++ openpkg-tools/cmd/dev.sh 24 Nov 2004 15:07:57 -0000 1.32
@@ -1016,7 +1016,7 @@
[ -f ${HOME}/.bashrc ] && source ${HOME}/.bashrc
# use SSH for CVS
- CVS_RSH=ssh
+ CVS_RSH=${CVS_RSH:-ssh}
export CVS_RSH
# import OpenPKG environment
@@ -2499,7 +2499,7 @@
fi
# check whether AWK supports -v var=val option
-if [ ! .`echo foo | ${AWK} -vfoo=bar '/foo/ { print foo }'` = .bar ]; then
+if [ ! .`echo foo | ${AWK} -v foo=bar '/foo/ { print foo }'` = .bar ]; then
error "$0:ERROR: found ${AWK} but it doesn't support -v var=val option"
exit 1
fi
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]