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: 18-Apr-2004 12:42:46 Branch: HEAD Handle: 2004041811424600 Modified files: openpkg-tools/cmd dev.sh Log: wild guess (feel free to prove me wrong): change always to the current directory instead to $HOME. At least this way the branch command is usable as expected Summary: Revision Changes Path 1.14 +4 -4 openpkg-tools/cmd/dev.sh ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-tools/cmd/dev.sh ============================================================================ $ cvs diff -u -r1.13 -r1.14 dev.sh --- openpkg-tools/cmd/dev.sh 13 Apr 2004 15:28:55 -0000 1.13 +++ openpkg-tools/cmd/dev.sh 18 Apr 2004 10:42:46 -0000 1.14 @@ -599,7 +599,7 @@ fi OPENPKG_CTAG=${branch} - cd + cd . fi } @@ -624,7 +624,7 @@ fi OPENPKG_EXEC="${execute}" - cd + cd . fi } @@ -652,10 +652,10 @@ else if [ -d "${OPENPKG_WORK}/src.$1" ]; then OPENPKG_SDIR="src.$1" - cd + cd . else OPENPKG_SDIR="src" - cd + cd . fi fi } @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]