Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Mar 25, 2014
1 parent b55dd43 commit a364ff7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,7 @@ if [[ $AURTYPE != "none" ]]; then
;;
*) warning 'incorrect $AURTYPE value.'
esac
if [[ -e *.src.tar.gz ]]; then
./.pypt/aursend *.src.tar.gz
fi
./.pypt/aursend *.src.tar.gz
cd ..
rm -rf MKPKGBUILD
fi
Expand Down

0 comments on commit a364ff7

Please sign in to comment.