diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-06-07 14:17:50 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-06-07 14:17:50 +0000 |
commit | 723e6638b81408b44a0a8450a84084a9e514898e (patch) | |
tree | 4f74b7b54948415b202121f5c463deb7d02667e5 | |
parent | 9983edf33b1eb4d91bf1187f8e4b7c0c3d288e53 (diff) | |
download | execline-723e6638b81408b44a0a8450a84084a9e514898e.tar.gz execline-723e6638b81408b44a0a8450a84084a9e514898e.tar.xz execline-723e6638b81408b44a0a8450a84084a9e514898e.zip |
version: 2.9.6.0 v2.9.6.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. |