Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/databases/arrow/files/patch-thirdparty_download__dependencies.sh
16461 views
1
--- thirdparty/download_dependencies.sh.orig 2023-08-17 08:05:04 UTC
2
+++ thirdparty/download_dependencies.sh
3
@@ -62,4 +62,6 @@ main() {
4
done
5
}
6
7
-main
8
+echo "Bundling isn't allowed!"
9
+return 1
10
+#main
11
12