diff --git a/scripts/read-version.sh b/scripts/read-version.sh index 95859b0..51e04a5 100755 --- a/scripts/read-version.sh +++ b/scripts/read-version.sh @@ -3,4 +3,4 @@ # Copyright 2024 Charles Y. Choi # -grep 'Version: ' $1 | awk '{print $3}' +awk '/Version: / {print $3}' $1