1
Fork 0

pw-uninstalled: drop handling of VERSION

This functionality was removed in 08543384f1
This commit is contained in:
Peter Hutterer 2021-05-10 08:35:00 +10:00 committed by Wim Taymans
parent 7594767cf7
commit c3b87ea4b2
1 changed files with 1 additions and 4 deletions

View File

@ -4,14 +4,11 @@ set -e
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
while getopts ":b:v:" opt; do
while getopts ":b:" opt; do
case ${opt} in
b)
BUILDDIR=${OPTARG}
;;
v)
VERSION=${OPTARG}
;;
\?)
echo "Invalid option: -${OPTARG}"
exit 1