diff options
Diffstat (limited to 'testing/bmake/install-sh.patch')
-rw-r--r-- | testing/bmake/install-sh.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/bmake/install-sh.patch b/testing/bmake/install-sh.patch new file mode 100644 index 0000000000..974b5193bb --- /dev/null +++ b/testing/bmake/install-sh.patch @@ -0,0 +1,8 @@ +--- XXX/install-sh.orig ++++ XXX/install-sh +@@ -1,4 +1,4 @@ +-: ++#!/bin/sh + # NAME: + # install.sh - portable version of install(1) + # |