diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-24 20:15:25 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-24 20:15:25 +0000 |
| commit | 03ff9cad105bb95f205ec333cf982c92cecf62bd (patch) | |
| tree | d6c68d46f07793d7e794c25b8c4214ab2695a638 /patch-for-solaris | |
| parent | 1f3e97748180e36cdf6630d60019895e9a7f9a0c (diff) | |
| download | s6-03ff9cad105bb95f205ec333cf982c92cecf62bd.tar.gz | |
version: 2.14.0.1v2.14.0.1
Diffstat (limited to 'patch-for-solaris')
| -rwxr-xr-x | patch-for-solaris | 2 |
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. |
