summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-06-07 14:17:59 +0000
committerLaurent Bercot <ska@appnovation.com>2024-06-07 14:17:59 +0000
commitb7634d9e7946092f9fecd33dbbd89b86b5701bed (patch)
treea4d3e41bbd83a94f30a4c3a7c9ff98e6cf668872
parentf3a8a60eb872096084c98ccaabf65656df349998 (diff)
downloads6-rc-b7634d9e7946092f9fecd33dbbd89b86b5701bed.tar.xz
version: 0.5.4.3v0.5.4.3
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xpatch-for-solaris2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-for-solaris b/patch-for-solaris
index 2d1296b..fbefc32 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.