Skip to content

Commit

Permalink
fix echo -n
Browse files Browse the repository at this point in the history
  • Loading branch information
hkskoglund authored and scaronni committed Sep 20, 2024
1 parent 4851510 commit 4bd6af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkms.in
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ invoke_command()
if [[ $cmd_mode == background && ! $verbose && $package_name != dkms*_test ]]; then
while true ; do
sleep 3
echo "."
echo -n "."
done &
progresspid=$!
fi
Expand Down

0 comments on commit 4bd6af2

Please sign in to comment.