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