Explorar o código

only rewrite error code 2 -> 0

tobiasKaminsky %!s(int64=7) %!d(string=hai) anos
pai
achega
f9628a5f26
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/lint/lint-up-wrapper.sh

+ 1 - 1
scripts/lint/lint-up-wrapper.sh

@@ -31,6 +31,6 @@ else
     if [ $returnValue -eq 2 ]; then
         exit 0
     else
-        exit 1
+        exit $returnValue
     fi  
 fi