[PC-BSD Commits] r7834 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Fri Oct 15 05:53:34 PDT 2010
Author: kris
Date: 2010-10-15 05:53:34 -0700 (Fri, 15 Oct 2010)
New Revision: 7834
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Updated some exit status
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-10-14 23:38:10 UTC (rev 7833)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2010-10-15 12:53:34 UTC (rev 7834)
@@ -910,7 +910,7 @@
rm_buildfiles
clean_wrkdirprefix
clean_remote_dl
- exit 1
+ exit 255
}
# Check if we need to delete a remotely dl'd file
@@ -4020,7 +4020,7 @@
# Cleanup after caught exit
exit_trap() {
rm_tmpdir
- exit 0
+ exit 255
}
# Read in the global pbi.conf
More information about the Commits
mailing list