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 10:18:30
Branch: HEAD Handle: 2004040909183000
Modified files:
openpkg-tools/cmd dev.sh
Log:
ok, the variable now seem to have its final name
Summary:
Revision Changes Path
1.4 +1 -1 openpkg-tools/cmd/dev.sh
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-tools/cmd/dev.sh
============================================================================
$ cvs diff -u -r1.3 -r1.4 dev.sh
--- openpkg-tools/cmd/dev.sh 8 Apr 2004 20:47:34 -0000 1.3
+++ openpkg-tools/cmd/dev.sh 9 Apr 2004 08:18:30 -0000 1.4
@@ -36,7 +36,7 @@
# 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_STACK" = . ]; then
+if [ ".$OPENPKG_TOOLS_CMDSTACK" = . ]; then
unset OPENPKG_TOOLS
unset OPENPKG_TOOLS_APIPATH
unset OPENPKG_TOOLS_CMDPATH
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]