diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-10-09 14:29:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-10-09 14:29:08 +0000 |
commit | 228a00c9ac7c9f8a31eecbe69851c8a9c9a23b52 (patch) | |
tree | 96a423bac995afef16b1a97fdc4169b74f6492b6 | |
parent | 9cbb088ed47e72665efd40c9cabef37be77edd40 (diff) | |
download | tipidee-main.tar.gz tipidee-main.tar.xz tipidee-main.zip |
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | patch-for-solaris | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 2f7f3f1..f735ca5 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,7 @@ In 0.0.5.1 In 0.0.5.0 ---------- - - "" is now understood as the empty extension for the content-type directive + - "" is now understood as the empty extension for the content-type directive. In 0.0.4.0 diff --git a/patch-for-solaris b/patch-for-solaris index fbefc32..df17cc8 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -1,4 +1,4 @@ -#!/usr/xpg4/bin/sh +#!/usr/xpg4/bin/sh -e patchit () { echo '#!/usr/xpg4/bin/sh' > $1.tmp |