diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-06-07 14:18:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-06-07 14:18:16 +0000 |
commit | 71b410f7ee84576c592db0d71f5388d83ecec582 (patch) | |
tree | 039de97fb94ee661a2e350f0067adfc2be512bc6 | |
parent | 21a10c7c9864f99ab09c5c49f3cec52aa43f727f (diff) | |
download | smtpd-starttls-proxy-71b410f7ee84576c592db0d71f5388d83ecec582.tar.xz |
version: 0.0.1.4v0.0.1.4
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. |