Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/cooledit/files/patch-configure
16462 views
--- configure.orig	2022-10-09 14:17:59 UTC
+++ configure
@@ -13197,7 +13197,7 @@ else
     echo "If you don't care about this then delete the exit command below" ;
     echo "in the configure script" ;
     echo "" ;
-    exit 1 ;
+#    exit 1 ;
 fi
 TST_MAN_CMD='for i in `man -a -w ls` ; do man -Tutf8 -Z $i | grotty ; echo ; echo --- ; echo ; done' ;
 THE_MAN_CMD='for i in `man -a -w %m` ; do man -Tutf8 -Z $i | grotty ; echo ; echo --- ; echo ; done' ;