Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-03-02 04:41:05 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-03-02 04:41:49 (GMT)
commitde3e754a72a1a400843ea11ec5bb769d142955cc (patch)
tree87d7dd4697da68c8ea165412d64c654fb45b38dd /modules
parentcbdff8654dc129b0df7f73c3918b6b5889093f30 (diff)
au#941: Fixing syntactical error in script.
The logic is ok.
Diffstat (limited to 'modules')
-rw-r--r--modules/base/kspost.13.core.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/kspost.13.core.inc b/modules/base/kspost.13.core.inc
index 9d02f7e..54d74fc 100644
--- a/modules/base/kspost.13.core.inc
+++ b/modules/base/kspost.13.core.inc
@@ -1,6 +1,6 @@
# Set microphone recording level
# don't think this is the right place JV
# might need to patch olpc-configure
-echo "/usr/bin/amixer set "Master Surround" 31 unmute" > /etc/rc.d/rc.local
+echo "/usr/bin/amixer set \"Master Surround\" 31 unmute" > /etc/rc.d/rc.local
echo "/usr/bin/alsactl store" >> /etc/rc.d/rc.local