Skip to content

Commit 93fefc0

Browse files
author
hastmu
committed
fixed shellcheck issues
1 parent aa3a26b commit 93fefc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt-proxy-detect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function check_proxy() {
160160
fi
161161
elif [ -n "${check_proxy_cache[$1.$2]}" ]
162162
then
163-
return ${check_proxy_cache[$1.$2]}
163+
return "${check_proxy_cache[$1.$2]}"
164164
else
165165
if [ $debug -gt 1 ]
166166
then

0 commit comments

Comments
 (0)