From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20562 invoked by alias); 3 May 2003 19:00:26 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 20530 invoked from network); 3 May 2003 19:00:25 -0000 Received: from unknown (HELO gandalf.inter.net.il) (192.114.186.22) by sources.redhat.com with SMTP; 3 May 2003 19:00:25 -0000 Received: from zaretsky (tony08-194-126.inter.net.il [80.230.194.126] (may be forged)) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id ANP07925; Sat, 3 May 2003 22:00:21 +0300 (IDT) Date: Sat, 03 May 2003 19:00:00 -0000 From: "Eli Zaretskii" To: brobecker@gnat.com Message-Id: <6480-Sat03May2003215704+0300-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: <20030503165109.GT992@gnat.com> (message from Joel Brobecker on Sat, 3 May 2003 09:51:09 -0700) Subject: Re: [RFA/RFC] Problem with '!' escaping with zsh/bash/ksh Reply-to: Eli Zaretskii References: <20030502233458.GP992@gnat.com> <1438-Sat03May2003113601+0300-eliz@elta.co.il> <20030503143251.GA1878@nevyn.them.org> <20030503165109.GT992@gnat.com> X-SW-Source: 2003-05/txt/msg00030.txt.bz2 > Date: Sat, 3 May 2003 09:51:09 -0700 > From: Joel Brobecker > > (top-gdb) p shell_command > $1 = 0xbffff2f0 "exec '/home/brobecke/tmp/GEO_ENV\\!9.159/foo' " Sorry, I failed to notice that the command is quoted with ''. A backslash inside single quotes is generally not expanded.