summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-12-31 07:25:37 -0500
committermidipix <writeonce@midipix.org>2018-12-31 07:26:53 -0500
commitcba45e15ae53f8ed12babfb6693d8abb9ce8f74e (patch)
tree0f8d1a14ebfc62c570a8cdfd844be2720af17323 /configure
parent69bae7c10fe223e14b260798bad06887cf39a364 (diff)
downloadsbpython2-cba45e15ae53f8ed12babfb6693d8abb9ce8f74e.tar.bz2
sbpython2-cba45e15ae53f8ed12babfb6693d8abb9ce8f74e.tar.xz
build system: configure: replaced readlink(1) with the portable [ -L foo ].
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 914668e..1ee5f3e 100755
--- a/configure
+++ b/configure
@@ -72,7 +72,7 @@ init_vars()
# ccenv
. $mb_project_dir/sofort/ccenv/ccenv.sh
- if ! readlink ./ccenv > /dev/null; then
+ if ! [ -L ./ccenv ]; then
if [ -d ./ccenv ]; then
rm -f ./ccenv/host.mk
rm -f ./ccenv/native.mk