diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-23 23:57:01 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-23 23:57:01 +0000 |
| commit | d45679c137a64ea989fbd189d52bf9bfc4f7fe6d (patch) | |
| tree | 78753819fd9a7c23a25354d3bec23d0039f592f5 /patch-for-solaris | |
| parent | 044e7a2b7975c0b4170f4c0d61ac2bdaee1873ea (diff) | |
| download | s6-rc-d45679c137a64ea989fbd189d52bf9bfc4f7fe6d.tar.gz | |
Update deps and doc
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. |
