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

Bugfix: Missing -d option in tr call

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