[PC-BSD Commits] r1975 - pcbsd/trunk/mfsroot-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Sat May 24 13:35:38 PDT 2008
Author: kris
Date: 2008-05-24 13:35:38 -0700 (Sat, 24 May 2008)
New Revision: 1975
Modified:
pcbsd/trunk/mfsroot-overlay/etc/IntegrityCheck.sh
Log:
Get user input on same line
Modified: pcbsd/trunk/mfsroot-overlay/etc/IntegrityCheck.sh
===================================================================
--- pcbsd/trunk/mfsroot-overlay/etc/IntegrityCheck.sh 2008-05-24 20:32:19 UTC (rev 1974)
+++ pcbsd/trunk/mfsroot-overlay/etc/IntegrityCheck.sh 2008-05-24 20:35:38 UTC (rev 1975)
@@ -18,7 +18,7 @@
echo "OK"
fi
-echo -e "Check integrity of installer archive?\n This may take several minutes. [y]: "
+echo -e "Check integrity of installer archive?\n This may take several minutes. [y]:\c"
read -t15s response
if [ "$response" != "n" ]
More information about the Commits
mailing list