From 8747b4a84c5062e62d31cae753ac104f241aefe4 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Thu, 29 Nov 2018 21:02:19 +0100 Subject: Fix incorrect variable name --- auria.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auria.sh b/auria.sh index c8da53b..56f9bd9 100755 --- a/auria.sh +++ b/auria.sh @@ -494,7 +494,7 @@ function present_files else ask_general '' '' "View other file" fi - local file="$retval" + local file="$retstr" while test -n "$file" do -- cgit v1.2.3