Re: [PATCHv3 15/16] Add missing &&'s throughout the testsuite

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Sep 25, 2010 at 1:38 PM, Ãvar ArnfjÃrà Bjarmason
<avarab@xxxxxxxxx> wrote:
> Why is the && at the end of the EOF, on my system with dash:
>
> Â Â$ cat /tmp/meh.sh
> Â Â#!/bin/sh
>
> Â Âcat <<EOF >/tmp/file
> Â Âfoo
> Â Âbar
> Â ÂEOF &&
> Â Âcat <<EOF >>/tmp/file
> Â Âfoo
> Â Âbar
> Â ÂEOF
>
> Â Â$ /bin/dash /tmp/meh.sh ; cat /tmp/file
> Â Âfoo
> Â Âbar
> Â ÂEOF &&
> Â Âcat <<EOF >>/tmp/file
> Â Âfoo
> Â Âbar
>
> The && should be directly after /tmp/file, no?

Yes, it should.  Not sure how I didn't catch this, but thanks for the sharp eye.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]