summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-26 22:04:01 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-26 22:04:01 +0000
commit6e68162d92e16a315d15ecd7705780f0eebcbf41 (patch)
tree9fcbebd51b5605199825df4c3656eaad7955ee1e
parentFixed a couple missing semicolons. (diff)
downloadlivecd-tools-6e68162d92e16a315d15ecd7705780f0eebcbf41.tar.gz
livecd-tools-6e68162d92e16a315d15ecd7705780f0eebcbf41.tar.bz2
livecd-tools-6e68162d92e16a315d15ecd7705780f0eebcbf41.zip
Fix up some usages of single and double quotes.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/livecd-tools/trunk@144 7bf51bff-881f-0410-a643-fba68b97345e
-rwxr-xr-xautoconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/autoconfig b/autoconfig
index ac1625f..baad66b 100755
--- a/autoconfig
+++ b/autoconfig
@@ -333,7 +333,7 @@ detect_ppc() {
"PowerMac G4 AGP Graphics")
machtype="Apple PowerMac G4"
;;
- "PowerBook Titanium"|'PowerBook G4 15"')
+ "PowerBook Titanium"|"PowerBook G4 15\"")
machtype="Apple Powerbook G4"
;;
"Unknown Intrepid-based")
@@ -359,8 +359,8 @@ start() {
echo "0" > /proc/sys/kernel/printk
get_config
- # First off, we want hotplug/coldplug enabled, so let's re-enable it.
- # We do this even if we aren't starting up the hotplug/coldplug
+ # First off, we want hotplug/coldplug enabled, so we re-enable it.
+ # We do this even if we are not starting up the hotplug/coldplug
# services for the installer.
sed -i 's/RC_COLDPLUG="no"/RC_COLDPLUG="yes"/' /etc/conf.d/rc
@@ -414,7 +414,7 @@ start() {
ewarn "Hardware detection disabled via cmdline ..."
fi
- # Now, we check if we're supposed to run a coldplug script.
+ # Now, we check if we are supposed to run a coldplug script.
if [ "${HOTPLUG}" = "yes" ]
then
# Check whether we should be using hotplug/coldplug or whether we should
@@ -549,7 +549,7 @@ start() {
fi
if [ "${SSHD}" = "yes" ]
then
- # If we have passwd= on the command line, we don't run pwgen and we
+ # If we have passwd= on the command line, we do not run pwgen and we
# set the root password to PASSWORD.
if [ "${PASSWD}" = "yes" ]
then