Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!not-for-mail From: Yan Pashkovsky Newsgroups: gnu.bash.bug Subject: No support for spaces in for loop Date: Wed, 19 Aug 2015 00:26:05 +0300 Lines: 26 Approved: bug-bash@gnu.org Message-ID: NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1439937899 29199 208.118.235.17 (18 Aug 2015 22:44:59 GMT) X-Complaints-To: action@cs.stanford.edu To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=X+QIrC++s5wd/M89UWtfCvtVEsGF2bbr0wYkC+PfWLE=; b=rtE7RgtS0UtW7H739BvMRTS7nyzY7R2AFGqyg1sb7YUPfmVWY7yIde988OwGyBdP6n AHWec3wmu5iSIE7ATEJS4NuN5l3Bi1YbMRevCjeQ5LX0FzFRzQBzyiY142jB7wHabZB1 bOcuKRpv6GIr5lOt3SoqRCiNgcK9m2VHRz2ZR7Btfa5OWaHjBOn2/YfMLEsY7SG0jq3y jIoLejbJk5NJuoTXHyDGhRj8yJ2fW6OOsIcFhojEFFORwDFHKyYNL3D01XACfi93+sPP wuDW9UsmX+MikB1aI46Tuil6w9vM7egOtF0QrLqGehyiPOxKwyc4aNNq6gI/T5WoQZ1S /a2A== X-Received: by 10.152.42.145 with SMTP id o17mr8122769lal.5.1439933167168; Tue, 18 Aug 2015 14:26:07 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d X-Mailman-Approved-At: Tue, 18 Aug 2015 18:44:59 -0400 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com gnu.bash.bug:11389 Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I../. -I.././include -I.././lib -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall uname output: Linux mint-desktop 3.16.0-43-generic #58~14.04.1-Ubuntu SMP Mon Jun 22 10:21:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Machine Type: x86_64-pc-linux-gnu Bash Version: 4.3 Patch Level: 11 Release Status: release Description: "for file in *" doesn't correctly parse files containing spaces in their filenames. For example file "an image of duck.jpg" will be interpreted as 4 files "an" "image" "of" "duck.jpg" Repeat-By: