This commit is contained in:
Daniel Langbein 2021-06-17 16:45:29 +02:00
parent 3a2724cc5e
commit bf6924095f
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
_pkgname=rotate _pkgname=rotate
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.0.3 pkgver=0.0.4
pkgrel=1 pkgrel=1
pkgdesc="Scripts to automate screen rotation" pkgdesc="Scripts to automate screen rotation"
arch=('any') arch=('any')

View File

@ -25,6 +25,7 @@ case "${ORIENTATION_STR}" in
;; ;;
*) *)
echo "Could not parse ORIENTATION_STR!"; echo "Could not parse ORIENTATION_STR!";
echo "${ORIENTATION_STR}";
exit 1; exit 1;
esac esac