From ab5ed2a19cd649cf1b5b17cc9a7ff2b9d1b22235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20J=2E=20Hern=C3=A1ndez=20Blasco?= Date: Wed, 7 Jan 2015 23:35:00 +0100 Subject: [PATCH] Remove deprecated check Version on `install.sh` is now got from other sources --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index aca03e8..5d103ea 100644 --- a/install.sh +++ b/install.sh @@ -2,11 +2,6 @@ cd "$(dirname "$0")" -if [ ! "$1" ]; then - echo "Usage: install.sh">&2 - exit 1 -fi - VERSION="$(sed 's/Changes in \(.*\):/\1/g' < Changelog | head -n1)" PREFIX=${PREFIX:-"/usr"} BIN_DIR=${BIN_DIR:-"$PREFIX/bin"}