]> gitweb.factorcode.org Git - factor.git/commitdiff
Shorter
authornomennescio <nomennescio@factorcode.org>
Mon, 16 Oct 2023 18:55:34 +0000 (20:55 +0200)
committernomennescio <nomennescio@factorcode.org>
Mon, 16 Oct 2023 18:55:34 +0000 (20:55 +0200)
build.sh

index 9fa0c8eaeafb98341fdd8d19078e76fff7a5dc39..a823611427e4cd50650dfaf8fe0ef7922e1eaf50 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -627,7 +627,7 @@ copy_fresh_image() {
 }
 
 check_launch_factor() {
-    ./$FACTOR_BINARY "-e=USE: system 0 exit"
+    ./$FACTOR_BINARY -e=
     check_ret "Could not launch ./$FACTOR_BINARY"
 }