diff options
| -rwxr-xr-x | sh/mpra | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -3,7 +3,7 @@  fn () {  	if ! { [ -f PKGBUILD ] || [ -h PKGBUILD ];}; then -		exit +		exit 1  	fi  	find . -maxdepth 1 -type f -name "*.pkg.tar.$ext*" -delete  	# Maybe failed to sign because I forget to input gpg password for a long time, maybe also because terminal window too small cause gpg tui that ask password can't show? | 
