In article you write:
>Package: bash
>Version: 4.1-3
>Severity: normal
>
>Hi,
>
>if a program ist started with $($prog) the output is different from
>or even $(). Example with find (excluding a directory from search):
>
[...]
>$ echo $prog
>find /test -type d ! -wholename "/test"
>$ echo "$($prog
Package: bash
Version: 4.1-3
Severity: normal
Hi,
if a program ist started with $($prog) the output is different from
or even $(). Example with find (excluding a directory from search):
$ ls -l /test
total 16
drwxrwxr-x 2 hgb hgb 4096 Nov 6 02:14 a
drwxrwxr-x 2 hgb hgb 4096 Nov 6 02:14 b
drwx
2 matches
Mail list logo