Jens Elkner

Results 39 comments of Jens Elkner

@McDutchie - Not handling any errors and returning an "unexpected" code seems not to be correct. So IMHO this commit smells. BTW: Are you sure, that this is only used...

@McDutchie > What makes you think it's not handling any errors? Hmmm, IMHO it is pretty obvious: the removal of [line 1244](https://github.com/att/ast/blob/master/src/cmd/ksh93/sh/path.c#L1244) and not adding something, which takes care of...

Yepp (it is Ubuntu xenial aka 16.04): ``` > dkms --version dkms: 2.2.0.3 > dpkg -l | grep dkms ii dkms 2.2.0.3-2ubuntu11.3 all Dynamic Kernel Module Support Framework ```

@yuzaipiaofei Thanx for the info! It is a little bit tricky: The dkms install gets triggered by nvidia (and perhaps other packages), but actually it is not really needed, because...

@yuzaipiaofei Hmmm, but I guess than I would miss all the ubuntu specific tweaks? Anyway, it is getting OT - no matter how the nvidia problem gets solved or whether...

@superm1 : yes, I can do it. Would do it as suggested, i.e. `($cmd) | while read line; do : ; done`. Not sure, whether it is sufficient because of...

@krader1961, thoughtless phrases commonly used to get rid of "pesky" people do not change anything. IMHO actually not @jghub but you should go away. Well, some years ago I decided...

Well, perhaps I was wrong and @siteshwar still needs some time - a maintainer should be able to describe "community". In the context I used it above, I think the...

The output is correct, w.r.t what gets requested: max. 2 byte of the string to be printed (`$'a'b'`).

**q** refers to **Quoted** string, **s** to **String**, **d** to **Decimal**, ... Format specifiers are optional, allows one to *format* alias mangle the related operand. If one says, "I want...