aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/rdep2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rdep b/scripts/rdep
index bf0688f..f7380b2 100755
--- a/scripts/rdep
+++ b/scripts/rdep
@@ -53,7 +53,7 @@ for p in $(grep -v '^[B]' ${tmp}); do
# negative use deps are !use and no -use
# multiple use-deps are separated by '+'
if [[ -n ${use} ]]; then
- use="${use/!/-}"
+ use="${use//!/-}"
use="${use//+/,}"
fi