Nicer output when skipping installs
This commit is contained in:
parent
6c937fe5d0
commit
b1b6b52fc8
2 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,7 @@ for prog in $@; do
|
|||
fi
|
||||
done
|
||||
if [[ -e $install_path/${prog:t} && ! $force ]]; then
|
||||
error "$prog already exists at $install_path. Skipping."
|
||||
warning "$prog already exists at $install_path. Skipping."
|
||||
else
|
||||
ln -fsr $prog $install_path
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue