diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-06-07 14:17:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-06-07 14:17:55 +0000 |
commit | 92b204c5f181f5d3f804d7f14840479a43bcdaad (patch) | |
tree | aab9e59ced0acb45aab8518848dc745eea5e1af4 | |
parent | 9778ca30e4415698dbb1f736cf5fe132a7cec04d (diff) | |
download | s6-e4a20af84867ebf8ae2dc14cf9f6531cb0953979.tar.xz |
version: 2.13.0.0v2.13.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-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. |