Commit 0c861855 authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbs: remove unneeded cd

parent 5853fcd1
...@@ -176,9 +176,7 @@ if [ -n "$SIGN" ]; then ...@@ -176,9 +176,7 @@ if [ -n "$SIGN" ]; then
if [ -r "$LISTBUILT" ] ; then if [ -r "$LISTBUILT" ] ; then
echo if one spec, check gear echo if one spec, check gear
[ -n "$SPECDIR" ] || SPECDIR=`dirname $LISTNAMES` [ -n "$SPECDIR" ] || SPECDIR=`dirname $LISTNAMES`
cd -
check_gear_and_tag $SPECDIR check_gear_and_tag $SPECDIR
cd $RPMTOPDIR/SRPMS
fi fi
echog "Will try to sign follow packages with GPG: \$LISTBUILT" echog "Will try to sign follow packages with GPG: \$LISTBUILT"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment