diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-06-07 14:18:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-06-07 14:18:03 +0000 |
commit | 9fcf7ce4fe48fb60be5fa8deaaa43bd0d1574cb7 (patch) | |
tree | 4c1487951881b9d75c64a06197e1f31cc03b9721 /patch-for-solaris | |
parent | 33e4b9d9137b5dbb02a087956f1558ef30647aea (diff) | |
download | s6-dns-9fcf7ce4fe48fb60be5fa8deaaa43bd0d1574cb7.tar.xz |
version: 2.3.7.2v2.3.7.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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 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. |