[PC-BSD Commits] r14059 - pcbsd/current/src-sh/pc-thinclient
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 29 07:45:06 PST 2011
Author: kris
Date: 2011-11-29 07:45:06 -0800 (Tue, 29 Nov 2011)
New Revision: 14059
Modified:
pcbsd/current/src-sh/pc-thinclient/pc-thinclient
Log:
Fix another syntax error
Modified: pcbsd/current/src-sh/pc-thinclient/pc-thinclient
===================================================================
--- pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2011-11-29 15:39:01 UTC (rev 14058)
+++ pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2011-11-29 15:45:06 UTC (rev 14059)
@@ -233,9 +233,7 @@
# To fetch the jail environment
echo "Fetching FreeBSD environment... This may take a while..."
fetch -o rel.tbz ${MIRRORURL}/${SYSVER}/${ARCH}/netinstall/fbsd-release.tbz
- fetch -o rel.md5 ${MIRRORURL}/${SYSVER}/${ARCH}/netinstall/fbsd-release.tbz.md
-5
-
+ fetch -o rel.md5 ${MIRRORURL}/${SYSVER}/${ARCH}/netinstall/fbsd-release.tbz.md5
if [ `md5 -q rel.tbz` != `cat rel.md5` ] ; then
echo "Error in download data, checksum mismatch.. Please try again later."
exit 1
More information about the Commits
mailing list