diff options
Diffstat (limited to 'scripts/rdep')
-rwxr-xr-x | scripts/rdep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rdep b/scripts/rdep index bc91d33..38cbd18 100755 --- a/scripts/rdep +++ b/scripts/rdep @@ -52,7 +52,7 @@ for p in $(grep -v '^[B]' ${tmp} | sort -r); do # multiple use-deps are separated by '+' if [[ -n ${use} ]]; then use="${use/!/-}" - use="${use/+/,}" + use="${use//+/,}" fi # split up the category/package-version with q |