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-hold | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions/dpkg-hold') diff --git a/etc/functions/dpkg-hold b/etc/functions/dpkg-hold index b905114..6e98e87 100644 --- a/etc/functions/dpkg-hold +++ b/etc/functions/dpkg-hold @@ -1 +1 @@ -echo $1 hold | sudo dpkg --set-selections +echo ${1} hold | sudo dpkg --set-selections -- cgit v1.2.3