Skip to content

Commit bb7e8d7

Browse files
committed
exit/return fix
1 parent de4c50f commit bb7e8d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bash/force-level2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function process_this_image(){
9999

100100
# dummy test to enable linting through pipe
101101
if [ $# -eq 1 ] && [ "$1" == "TEST" ]; then
102-
exit 0;
102+
return 0;
103103
fi
104104

105105
FILE_IMAGE="$1"

misc/force-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.12-dev:::2024-05-23_07:24:52
1+
3.7.12-dev:::2024-05-23_07:25:53

0 commit comments

Comments
 (0)