aports/community/vigra/nobash.patch
Sertonix 71385008f4 community/vigra: upgrade to 1.12.1
Also causes the C docs to not be included twice anymore
2025-02-27 19:02:13 +00:00

9 lines
268 B
Diff

Ref https://github.com/ukoethe/vigra/pull/600
--- a/config/run_test.sh.in
+++ b/config/run_test.sh.in
@@ -1,2 +1,2 @@
-#!/bin/bash
+#!/bin/sh
PATH=@EXTRA_PATH@$PATH && cd @CMAKE_CURRENT_BINARY_DIR@ && (@VIGRA_TEST_EXECUTABLE@ || { touch testsuccess.cxx; exit 1; } )