]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- stay in SPECS_DIR to make -f work later on
authorsaq <saq@pld-linux.org>
Tue, 2 Mar 2004 00:09:35 +0000 (00:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.259

builder.sh

index 23a462b1ab2c3668ef69d481e4b81f7768fdd7e9..b69b85bc04e06f5a977df7be55ecd1f23400b3f3 100644 (file)
@@ -363,15 +363,11 @@ get_spec()
                set -v;
        fi
 
-       CWD="$(pwd)"
        cd "$SPECS_DIR"
        if [ \! -f "$SPECFILE" ]; then
                SPECFILE="`basename $SPECFILE .spec`.spec";
        fi
-       cd "$CWD"
        if [ "$NOCVSSPEC" != "yes" ]; then
-               cd "$SPECS_DIR"
-
                OPTIONS="up "
 
                if [ -n "$CVSROOT" ]; then
This page took 0.100853 seconds and 4 git commands to generate.