From 03ff9cad105bb95f205ec333cf982c92cecf62bd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 24 Jan 2026 20:15:25 +0000 Subject: version: 2.14.0.1 --- patch-for-solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch-for-solaris') 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. -- cgit v1.3.1