From f0f3c02a3ccde07d3dc79577c7eca41ea3e8e86f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 2 Apr 2010 11:32:38 +0200 Subject: Replace $var by ${var} --- etc/functions/dpkg-unhold | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions/dpkg-unhold') diff --git a/etc/functions/dpkg-unhold b/etc/functions/dpkg-unhold index 7bc785b..791c8aa 100644 --- a/etc/functions/dpkg-unhold +++ b/etc/functions/dpkg-unhold @@ -1 +1 @@ -echo $1 install | sudo dpkg --set-selections +echo ${1} install | sudo dpkg --set-selections -- cgit v1.2.3