aboutsummaryrefslogtreecommitdiffstats
path: root/patch-for-solaris
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 20:15:25 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-01-24 20:15:25 +0000
commit03ff9cad105bb95f205ec333cf982c92cecf62bd (patch)
treed6c68d46f07793d7e794c25b8c4214ab2695a638 /patch-for-solaris
parent1f3e97748180e36cdf6630d60019895e9a7f9a0c (diff)
downloads6-03ff9cad105bb95f205ec333cf982c92cecf62bd.tar.gz
version: 2.14.0.1v2.14.0.1
Diffstat (limited to 'patch-for-solaris')
-rwxr-xr-xpatch-for-solaris2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-for-solaris b/patch-for-solaris
index f209bab..bc4def1 100755
--- a/patch-for-solaris
+++ b/patch-for-solaris
@@ -4,7 +4,7 @@ patchit () {
echo '#!/usr/xpg4/bin/sh' > $1.tmp
tail -n +2 $1 >> $1.tmp
mv -f $1.tmp $1
- chmod 755 $1
+ chmod 0755 $1
}
# Solaris doesn't understand POSIX.1-2008 either.