Return the intended return code.

This bug was spotted by markj@ in D16268 because I copied this code part
and used it there. So fix it.

Sponsored by:		Netflix, Inc.
This commit is contained in:
tuexen 2018-07-14 19:53:41 +00:00
parent c3761388da
commit 27af8ac16d

View File

@ -126,4 +126,4 @@ status=$?
cd /
/bin/rm -rf $DIR
exit $?
exit $status