aboutsummaryrefslogtreecommitdiffstats
path: root/gendistrib
diff options
context:
space:
mode:
Diffstat (limited to 'gendistrib')
-rwxr-xr-xgendistrib2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendistrib b/gendistrib
index 6a2094c..5baf66b 100755
--- a/gendistrib
+++ b/gendistrib
@@ -220,7 +220,7 @@ sub hdlist_alternate_location {
if (! -e $main) {
print STDERR "missing $main, not creating alternate location $alternate\n";
- } elsif (-l $alternate && inode($alternate) == inode($main)) {
+ } elsif (inode($alternate) == inode($main)) {
# ok
} else {
if (-l $alternate) {