From 212c2697e1b405d86cbeb1d244201ab0237ccfb7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 17 May 2021 10:21:47 +0200 Subject: [PATCH] pw-uninstalled: print version to silence shellcheck --- pw-uninstalled.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index a462dcc24..f411d2f72 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -11,6 +11,7 @@ while getopts ":b:v:" opt; do ;; v) VERSION=${OPTARG} + echo "Version: ${VERSION}" ;; \?) echo "Invalid option: -${OPTARG}"