1
0
Fork 0
devscripts/test/bashisms/return.sh.out
Daniel Baumann b543f2e88d
Adding upstream version 2.25.15.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 11:04:07 +02:00

6 lines
347 B
Text

possible bashism in bashisms/return.sh line 4 ('exit --' should be 'exit' (idem for return)):
return -- 1 # BASHISM
possible bashism in bashisms/return.sh line 8 (exit|return status code greater than 255):
return 256 # BASHISM
possible bashism in bashisms/return.sh line 12 (exit|return with negative status code):
return -1 # BASHISM