summaryrefslogtreecommitdiffhomepage
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:54 -0500
commitdc9a248b1bd0a3330becc559edb00dfee3da0a1c (patch)
treebad8ab878cb075a4dcc9215ba39445e2e0909fab /configure
parente6c9c83912efb1bb5ce3b14f385891a26dad541f (diff)
downloadsofort-dc9a248b1bd0a3330becc559edb00dfee3da0a1c.tar.bz2
sofort-dc9a248b1bd0a3330becc559edb00dfee3da0a1c.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