.bashrc.d/20nobeep: Change '-blength' -> '--blength'
[dotfiles-public.git] / src / .bashrc.d / 20nobeep
index a887db63f55fd586b77772c2a18c00617e518cb1..b2a1d3e15718f1a1af36871eb804fa7bbddffff8 100644 (file)
@@ -7,5 +7,5 @@ fi
 
 # turn of terminal beeps in the console, unless connecting via SSH
 if [ -n "$TERM" ] && [ -z "$SSH_CLIENT" ]; then
-       setterm -blength 0
+       setterm --blength 0
 fi