SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
math/lean/patches/patch-tests_lean_test_single_sh
Normal file
15
math/lean/patches/patch-tests_lean_test_single_sh
Normal file
|
@ -0,0 +1,15 @@
|
|||
Index: tests/lean/test_single.sh
|
||||
--- tests/lean/test_single.sh.orig
|
||||
+++ tests/lean/test_single.sh
|
||||
@@ -20,9 +20,9 @@ if [[ "$OSTYPE" == "msys" ]]; then
|
||||
ff=$(echo $ff | sed 's|^/\([a-z]\)/|\1:/|' | sed 's|/|\\\\|g')
|
||||
fi
|
||||
|
||||
-DIFF=diff
|
||||
+DIFF=gdiff
|
||||
if diff --color --help >/dev/null 2>&1; then
|
||||
- DIFF="diff --color";
|
||||
+ DIFF="gdiff --color";
|
||||
fi
|
||||
|
||||
echo "-- testing $f"
|
Loading…
Add table
Add a link
Reference in a new issue