revert debugging, was my bad

This commit is contained in:
Adrian Malacoda
2018-06-24 18:00:23 -05:00
parent fcb1491b0d
commit cfb7f243dc

View File

@@ -3,8 +3,6 @@
REPO="$(pwd)"
export PATH="/opt/gradle/bin:$PATH"
echo "$@";
if [ "$1" == "sh" ]; then
"$@";
exit $?;