summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-18 13:04:34 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-18 16:51:31 +0300
commit7af3985069ac6d6ff7678cb17b28c6b7ce8f5165 (patch)
tree2e1ab7ca6f1f1221966c5129321bdc71af0ac3bd /solenv/bin
parentce896d9ce639ff39e3218f9895f12d9ffacf2819 (diff)
It is whether the HOST platform supports symlinks that is relevant
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/deliver.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/deliver.pl b/solenv/bin/deliver.pl
index 1d1c53618105..c9f7a2d6f9af 100755
--- a/solenv/bin/deliver.pl
+++ b/solenv/bin/deliver.pl
@@ -506,8 +506,8 @@ sub init_globals
[ '%GUI%', $gui ]
);
- # find out if the system supports symlinks
- $has_symlinks = eval { symlink("",""); 1 };
+ # find out if the *HOST* system supports symlinks. They all do except Windows
+ $has_symlinks = $ENV{GUI} ne 'WNT';
}
sub get_base