mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
pw-uninstalled: print version to silence shellcheck
This commit is contained in:
parent
40fbabd9ed
commit
212c2697e1
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ while getopts ":b:v:" opt; do
|
||||||
;;
|
;;
|
||||||
v)
|
v)
|
||||||
VERSION=${OPTARG}
|
VERSION=${OPTARG}
|
||||||
|
echo "Version: ${VERSION}"
|
||||||
;;
|
;;
|
||||||
\?)
|
\?)
|
||||||
echo "Invalid option: -${OPTARG}"
|
echo "Invalid option: -${OPTARG}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue