[PC-BSD Commits] r14038 - pcbsd/current/src-sh/pc-thinclient
svn at pcbsd.org
svn at pcbsd.org
Mon Nov 28 06:33:43 PST 2011
Author: kris
Date: 2011-11-28 06:33:43 -0800 (Mon, 28 Nov 2011)
New Revision: 14038
Modified:
pcbsd/current/src-sh/pc-thinclient/pc-thinclient
Log:
Fix a bug in pc-thinclient
Modified: pcbsd/current/src-sh/pc-thinclient/pc-thinclient
===================================================================
--- pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2011-11-28 11:34:20 UTC (rev 14037)
+++ pcbsd/current/src-sh/pc-thinclient/pc-thinclient 2011-11-28 14:33:43 UTC (rev 14038)
@@ -224,8 +224,7 @@
PCBSD_ETCCONF="/usr/local/etc/pcbsd.conf"
# Set the mirror URL
- MIRRORURL="`cat ${PCBSD_ETCCONF} | grep 'PCBSD_MIRROR: ' | sed 's|PCBSD_MIRROR
-:||g'`"
+ MIRRORURL="`cat ${PCBSD_ETCCONF} | grep 'PCBSD_MIRROR: ' | sed 's|PCBSD_MIRROR:||g'`"
# Set the system arch type
ARCH="i386"
More information about the Commits
mailing list