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: 09-Apr-2004 22:41:47
Branch: HEAD Handle: 2004040921414700
Modified files:
openpkg-tools/cmd dev.sh
Log:
quick hack because I'm tired of having to type T=$OPENPKG_TOOLS in
every shell to get it working
Summary:
Revision Changes Path
1.6 +3 -0 openpkg-tools/cmd/dev.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/dev.sh
============================================================================
$ cvs diff -u -r1.5 -r1.6 dev.sh
--- openpkg-tools/cmd/dev.sh 9 Apr 2004 19:44:21 -0000 1.5
+++ openpkg-tools/cmd/dev.sh 9 Apr 2004 20:41:47 -0000 1.6
@@ -34,6 +34,9 @@
# decouple from the calling instance
unset OPENPKG_PREFIX
+# FIXME: rse: quick workaround to allow us to use "dev" now
+T=$OPENPKG_TOOLS
+
# work around broken multiplexer in OpenPKG 2.0.0 and 2.0.1
# this inhibits the caller from controlling additional and replacement tools
through environment variables
if [ ".$OPENPKG_TOOLS_CMDSTACK" = . ]; then
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]