[PC-BSD Commits] r19642 - pcbsd/current/src-sh/libsh
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 11 08:15:31 PDT 2012
Author: kris
Date: 2012-10-11 15:15:31 +0000 (Thu, 11 Oct 2012)
New Revision: 19642
Modified:
pcbsd/current/src-sh/libsh/functions.sh
Log:
Add a missing FETCH: output line that the pc-updategui keys in on
for file downloads.
Modified: pcbsd/current/src-sh/libsh/functions.sh
===================================================================
--- pcbsd/current/src-sh/libsh/functions.sh 2012-10-11 14:31:36 UTC (rev 19641)
+++ pcbsd/current/src-sh/libsh/functions.sh 2012-10-11 15:15:31 UTC (rev 19642)
@@ -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