diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-09 09:24:01 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-09 09:24:01 -0500 |
commit | 9bc0994e2c0a52fbc7b309695ea32abd53482555 (patch) | |
tree | b2fd4846cf0c632e0094619fa5e5b90068212083 | |
parent | Add drop support for directories on the desktop. (diff) | |
download | lumina-9bc0994e2c0a52fbc7b309695ea32abd53482555.tar.gz lumina-9bc0994e2c0a52fbc7b309695ea32abd53482555.tar.bz2 lumina-9bc0994e2c0a52fbc7b309695ea32abd53482555.zip |
TEST: Return exit 1 for mkport.sh to test the failure email notifications
-rwxr-xr-x | mkport.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ dfile="lumina" VERSION="1.4.2" +#Debugging of build failures +exit 1 + massage_subdir() { cd "$1" if [ $? -ne 0 ] ; then |