]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
builder.sh: You do not need cd at the end of the builder script
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 22 Feb 2023 18:16:16 +0000 (20:16 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 22 Feb 2023 18:16:57 +0000 (20:16 +0200)
builder.sh

index d911c2191a473dee1b43437f2e555b7df33c7395..68bb875cefd28034cd1956df8a4592cf195e3889 100755 (executable)
@@ -2756,6 +2756,5 @@ esac
 if [ -f "`pwd`/.${SPECFILE}_INSTALLED_PACKAGES" -a "$REMOVE_BUILD_REQUIRES" != "" ]; then
        rm "`pwd`/.${SPECFILE}_INSTALLED_PACKAGES"
 fi
-test -d "$__PWD" && cd "$__PWD"
 
 # vi:syntax=sh:ts=4:sw=4:noet
This page took 0.068782 seconds and 4 git commands to generate.