Small fix for the installation script.

This commit is contained in:
Renato Silva 2014-11-17 23:18:53 -02:00
parent 9629e0dcfd
commit f50b37f6fb
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from=$(dirname "$0")
where="${1:-/usr/local/bin}"
mkdir -p "$where" || exit
if [[ "$1" != --remove ]]; then
if [[ "$2" != --remove ]]; then
cp -v "$from/easyoptions" "$where"
cp -v "$from/easyoptions.sh" "$where"
cp -v "$from/easyoptions.rb" "$where"