mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-uninstalled: drop handling of VERSION
This functionality was removed in 08543384f1
This commit is contained in:
parent
7594767cf7
commit
c3b87ea4b2
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue