Merge pull request #230 from chrisfinazzo/shellcheck

Fix Shellcheck error
This commit is contained in:
Wilhelmina Drengwitz
2017-01-31 15:43:56 -05:00
committed by GitHub

View File

@@ -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'\n" printf "Removed SCM Breeze from %s\n" "$HOME/.$rc"
done done