diff options
Diffstat (limited to 'etc/functions/dpkg-hold')
-rw-r--r-- | etc/functions/dpkg-hold | 2 |
1 files changed, 1 insertions, 1 deletions
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 |