commit | 5008025c5395b2940beb54edbb60dd45db7e9c84 | [log] [tgz] |
---|---|---|
author | Gavin Howard <yzena.tech@gmail.com> | Wed Feb 20 15:27:43 2019 -0700 |
committer | Gavin Howard <yzena.tech@gmail.com> | Wed Feb 20 15:27:43 2019 -0700 |
tree | 5a9c1e73f3c4b2016afa42106cbbe2f30c06ea2b | |
parent | 1d57db92d921d41ad12324024ae8d7a0e22d7ef6 [diff] [blame] |
Add locale support This is not tested yet!
diff --git a/install.sh b/install.sh index e90da0a..bc1b6f2 100755 --- a/install.sh +++ b/install.sh
@@ -19,19 +19,11 @@ exit 1 } -readlink() { - - local exe="$1" - shift - - L=$(ls -dl "$exe") - - printf ${L#*-> } -} - script="$0" scriptdir=$(dirname "$script") +. "$scriptdir/tests/functions.sh" + INSTALL="$scriptdir/safe-install.sh" test "$#" -ge 2 || usage