Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/databases/arrow/files/patch-thirdparty_download__dependencies.sh
16130 views
1
--- thirdparty/download_dependencies.sh.orig 2019-02-16 22:21:34 UTC
2
+++ thirdparty/download_dependencies.sh
3
@@ -61,4 +61,6 @@ main() {
4
done
5
}
6
7
-main
8
+echo "Bundling isn't allowed!"
9
+return 1
10
+#main
11
12