Skip to content

Commit 6601f8c

Browse files
authored
Merge pull request #455 from moi15moi/Use-exit-0-in-version.sh
[version.sh] Return success when version is found
2 parents 14ae08d + 9ad0d4a commit 6601f8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ strip_echo () {
77
echo_maybe () {
88
if test -n "$2"; then
99
strip_echo "$1$2"
10-
exit 1
10+
exit 0
1111
fi
1212
}
1313

0 commit comments

Comments
 (0)