From f50b37f6fb2157923699c3eac2421daa965e44fb Mon Sep 17 00:00:00 2001 From: Renato Silva Date: Mon, 17 Nov 2014 23:18:53 -0200 Subject: [PATCH] Small fix for the installation script. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f9a9170..1c61905 100644 --- a/install.sh +++ b/install.sh @@ -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"