Skip to content
Snippets Groups Projects
Commit 061e43e2 authored by Christopher Spinrath's avatar Christopher Spinrath
Browse files

Merge branch 'master' into copying

parents 89bdb9a6 80fcaddf
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,7 @@ function copy_modprobe_d() ...@@ -139,7 +139,7 @@ function copy_modprobe_d()
function hold_packages() function hold_packages()
{ {
for PKG in $@; do for PKG in $@; do
echo "$(echo "$PKG" | tr "[:blank:]") hold" | dpkg --set-selections echo "$(echo "$PKG" | tr -d "[:blank:]") hold" | dpkg --set-selections
done done
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment