From bddbba84a6fad680359bc8eee0c395fcc4d79ca9 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 14 Feb 2017 17:30:31 +0000 Subject: [PATCH] "$@" --- usr/lib/security-misc/apt-get-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/security-misc/apt-get-wrapper b/usr/lib/security-misc/apt-get-wrapper index 1cfc604..f1374e1 100755 --- a/usr/lib/security-misc/apt-get-wrapper +++ b/usr/lib/security-misc/apt-get-wrapper @@ -27,7 +27,7 @@ tee "$logfile" < "$tee_fifo" & tee_pid="$!" apt-get \ - ${1+"$@"} \ + "$@" \ 1> "$tee_fifo" \ 2> "$tee_fifo" \ &