diff options
author | q5sys (JT) <jt@ixsystems.com> | 2018-03-09 09:31:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 09:31:34 -0500 |
commit | 33871c43ad6d4a6ab011536ea14270464e1c9f12 (patch) | |
tree | 4ad252b60b3773dbd09446ccf54a72696686f82b | |
parent | TEST: Return exit 1 for mkport.sh to test the failure email notifications (diff) | |
download | lumina-33871c43ad6d4a6ab011536ea14270464e1c9f12.tar.gz lumina-33871c43ad6d4a6ab011536ea14270464e1c9f12.tar.bz2 lumina-33871c43ad6d4a6ab011536ea14270464e1c9f12.zip |
undo the thing
-rwxr-xr-x | mkport.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -6,9 +6,6 @@ dfile="lumina" VERSION="1.4.2" -#Debugging of build failures -exit 1 - massage_subdir() { cd "$1" if [ $? -ne 0 ] ; then |