diff options
Diffstat (limited to 'math/gotoblas/files/patch-getarch')
-rw-r--r-- | math/gotoblas/files/patch-getarch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/gotoblas/files/patch-getarch b/math/gotoblas/files/patch-getarch new file mode 100644 index 000000000000..ad48c6cd8ec1 --- /dev/null +++ b/math/gotoblas/files/patch-getarch @@ -0,0 +1,8 @@ +--- getarch~ 2008-01-19 02:14:59.000000000 +0900 ++++ getarch 2008-02-20 17:14:45.000000000 +0900 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # if test getarch_cmd -ot getarch.c; then + # rm -f getarch_cmd |