blob: e17b2d885bd04911c906b9a6255ef83106e95a56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- boot-strap.orig 2022-06-29 08:25:21.380209000 +0300
+++ boot-strap 2022-06-29 08:25:03.068725000 +0300
@@ -413,9 +413,6 @@
[ -s make-bootstrap.sh ] || op_configure
chmod 755 make-bootstrap.sh || exit 1
./make-bootstrap.sh || exit 1
- case "$op" in
- build) op_test;;
- esac
}
op_test() {
|