From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 8C34A1EF6DB; Thu, 29 Jan 2015 17:20:27 -0500 (EST) Received: from hurricane.the-brannons.com (hurricane.the-brannons.com [64.62.188.119]) by befuddled.reisers.ca (Postfix) with ESMTP id 2F5671EF6B3 for ; Thu, 29 Jan 2015 17:20:26 -0500 (EST) Received: from localhost (75-164-214-250.ptld.qwest.net [75.164.214.250]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 384C479009 for ; Thu, 29 Jan 2015 14:23:13 -0800 (PST) From: Chris Brannon To: "Speakup is a screen review system for Linux." Subject: Re: speakupconf load and save not working References: <20150123182637.GD5024@asgard> Date: Thu, 29 Jan 2015 14:20:13 -0800 In-Reply-To: <20150123182637.GD5024@asgard> (Storm Dragon's message of "Fri, 23 Jan 2015 13:26:37 -0500") Message-ID: <87sietqleq.fsf@the-brannons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2015 22:20:27 -0000 Storm Dragon writes: > Speakupconf load and save no longer work as expected. when > doing speakup conf load, lines 79 and 93 (I think) say too man > arguments. Hello! Sorry for not replying to this sooner. I don't really use speakupconf, but I have worked on the code. What distro are you using, and what is /bin/sh there? I believe that the current version of speakupconf may have a couple of bashisms. These either need to be fixed, or speakupconf needs to use bash explicitly. For a quick fix, try changing the first line of the script to #!/bin/bash and tell me if that fixes it for you. -- Chris