sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit bb4d7a0e7ebcfcc14a3e692827d46fe64d8a69fb
parent 0511ecfd8465fe44c8ba4d26278aeb884733f1ed
Author: sin <sin@2f30.org>
Date:   Mon,  6 Jan 2014 18:16:34 +0000

Don't allow backslash at EOF

Diffstat:
Mxargs.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/xargs.c b/xargs.c @@ -168,7 +168,9 @@ parseescape(void) if ((ch = inputc()) != EOF) { fillbuf(ch); argbpos++; + return; } + enprintf(EXIT_FAILURE, "backslash at EOF\n"); } static char *