From b3240394041226ca217c49431bd69a5f65f8fbc1 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Tue, 24 Oct 2017 23:45:47 +0200 Subject: Fix overwriting --- auria.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auria.sh b/auria.sh index b74a5fa..9d52a90 100755 --- a/auria.sh +++ b/auria.sh @@ -57,6 +57,7 @@ # CONSIDER: (repo_deps) (space vs. newline) separated string # CONSIDER: (print_localver,print_repover) removal # CONSIDER: Use `local var=value' at beginning of functions. +# CONSIDER: Remove repo_deps[]. # Q?: When to set retstr to ''. # Q?: Is aur_itype[] needed? # IDEA: (print_restriction) consider to use sed. @@ -494,7 +495,7 @@ function resolve_deps for dep in "${deps[@]}" "${makedeps[@]}" do #echo $dep - aur_revdeps["$dep"]="$pkg" + aur_revdeps["$dep"]+=" $pkg " resolve_deps "$dep" dep done fi -- cgit v1.2.3