[PC-BSD Commits] r19643 - pcbsd/branches/9.1/src-sh/libsh
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 11 08:16:07 PDT 2012
Author: kris
Date: 2012-10-11 15:16:07 +0000 (Thu, 11 Oct 2012)
New Revision: 19643
Modified:
pcbsd/branches/9.1/src-sh/libsh/functions.sh
Log:
MFC the FETCH: fix
Modified: pcbsd/branches/9.1/src-sh/libsh/functions.sh
===================================================================
--- pcbsd/branches/9.1/src-sh/libsh/functions.sh 2012-10-11 15:15:31 UTC (rev 19642)
+++ pcbsd/branches/9.1/src-sh/libsh/functions.sh 2012-10-11 15:16:07 UTC (rev 19643)
@@ -27,6 +27,8 @@
fetch -r -o "${_lf}" "${_rf}"
_err=$?
else
+ echo "FETCH: ${_rf}"
+
# Doing a front-end download, parse the output of fetch
_eFile="/tmp/.fetch-exit.$$"
fetch -s "${_rf}" > /tmp/.fetch-size.$$ 2>/dev/null
More information about the Commits
mailing list