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/tests/functions.sh b/tests/functions.sh index dc900fb..ce672e8 100644 --- a/tests/functions.sh +++ b/tests/functions.sh
@@ -14,6 +14,16 @@ # PERFORMANCE OF THIS SOFTWARE. # +readlink() { + + local exe="$1" + shift + + L=$(ls -dl "$exe") + + printf ${L#*-> } +} + die() { local d="$1"