diff options
-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 |