From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Run ./nix/sync-with-upstream after pull! Date: Thu, 19 Dec 2013 00:53:31 +0100 Message-ID: <20131218235331.GA20256@debian> References: <87eh5921yu.fsf@gnu.org> <20131218233159.GA12553@debian> <874n65209u.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VthA1-0000bi-ME for guix-devel@gnu.org; Thu, 19 Dec 2013 12:13:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vth9s-0007aS-I3 for guix-devel@gnu.org; Thu, 19 Dec 2013 12:13:21 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:18559) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vth9s-0007Zu-CG for guix-devel@gnu.org; Thu, 19 Dec 2013 12:13:12 -0500 Resent-To: guix-devel@gnu.org Resent-Message-ID: <878uvgpxw9.fsf@gnu.org> Content-Disposition: inline In-Reply-To: <874n65209u.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= On Thu, Dec 19, 2013 at 12:43:25AM +0100, Ludovic Courtès wrote: > What does ‘/bin/sh --version’ report? I bet it’s dash instead of Bash. "Illegal option --" ;-) But I confirm it is dash in debian. And that your fix works. Andreas