mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05: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 )"
|
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
|
case ${opt} in
|
||||||
b)
|
b)
|
||||||
BUILDDIR=${OPTARG}
|
BUILDDIR=${OPTARG}
|
||||||
;;
|
;;
|
||||||
v)
|
|
||||||
VERSION=${OPTARG}
|
|
||||||
;;
|
|
||||||
\?)
|
\?)
|
||||||
echo "Invalid option: -${OPTARG}"
|
echo "Invalid option: -${OPTARG}"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue