summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2024-06-07 14:18:20 +0000
committerLaurent Bercot <ska@appnovation.com>2024-06-07 14:18:20 +0000
commit3fb839c02ddc3c8d05834927106a525dc6241a3f (patch)
treef1ad8f1f15ee80cb552ae0b5203ee554f0b01bfc
parente57d75a58a486e797c574a7a8358d161f9a28f76 (diff)
downloadtipidee-0.0.5.0.tar.xz
version: 0.0.5.0v0.0.5.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xpatch-for-solaris2
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.