Fix printf usage
This commit is contained in:
committed by
GitHub
parent
31f561a991
commit
e95b9a33a1
@@ -3,5 +3,5 @@
|
|||||||
# Remove line from bashrc and zshrc if present.
|
# Remove line from bashrc and zshrc if present.
|
||||||
for rc in bashrc zshrc; do
|
for rc in bashrc zshrc; do
|
||||||
sed -i '/scm_breeze/d' "$HOME/.$rc"
|
sed -i '/scm_breeze/d' "$HOME/.$rc"
|
||||||
printf "Removed SCM Breeze from '$HOME/.$rc''%s\n"
|
printf "Removed SCM Breeze from %s\n" "$HOME/.$rc"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user