diff options
-rwxr-xr-x | bin/x2go-buildpackage | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/x2go-buildpackage b/bin/x2go-buildpackage index f7e0d04..5ad65b9 100755 --- a/bin/x2go-buildpackage +++ b/bin/x2go-buildpackage @@ -37,6 +37,7 @@ elif [ "x$COMPONENT" = "xheuler" ]; then DATE="~${DATE:-$(date +%Y%m%d)}." else echo "error: no such package are for X2go packages. Aborting..." + exit -1 fi # the DATE might be given as ,,today'' from the command line [ "x$DATE" = "xtoday" ] && DATE="~$(date +%Y%m%d)." |