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:
Michael Tuexen 2018-07-14 19:53:41 +00:00
parent 89c64a3a4f
commit 60e4fb3a3f

View File

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