diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-06-07 14:18:20 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-06-07 14:18:20 +0000 |
commit | 3fb839c02ddc3c8d05834927106a525dc6241a3f (patch) | |
tree | f1ad8f1f15ee80cb552ae0b5203ee554f0b01bfc | |
parent | e57d75a58a486e797c574a7a8358d161f9a28f76 (diff) | |
download | tipidee-3fb839c02ddc3c8d05834927106a525dc6241a3f.tar.gz tipidee-3fb839c02ddc3c8d05834927106a525dc6241a3f.tar.xz tipidee-3fb839c02ddc3c8d05834927106a525dc6241a3f.zip |
version: 0.0.5.0 v0.0.5.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. |