11 lines
172 B
Diff
11 lines
172 B
Diff
--- a/boot-strap
|
|
+++ b/boot-strap
|
|
@@ -420,7 +420,7 @@
|
|
|
|
op_test() {
|
|
[ -x bmake ] || op_build
|
|
- Bmake test "$@" || exit 1
|
|
+ #Bmake test "$@" || exit 1
|
|
}
|
|
|
|
op_clean() {
|