This website works better with JavaScript
Home
Explore
Help
Sign In
SX_Cloud
/
space-android
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
only rewrite error code 2 -> 0
tobiasKaminsky
7 years ago
parent
c6e0b0e7b2
commit
f9628a5f26
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
scripts/lint/lint-up-wrapper.sh
+ 1
- 1
scripts/lint/lint-up-wrapper.sh
View File
@@ -31,6 +31,6 @@ else
if [ $returnValue -eq 2 ]; then
exit 0
else
- exit
1
+ exit
$returnValue
fi
fi