--no-aux
git-lfs
1 parent fcfbe21 commit a5df275Copy full SHA for a5df275
1 file changed
build-coatjava.sh
@@ -80,6 +80,7 @@ do
80
--https) auxRetrieval=https ;;
81
--wipe) auxRetrieval=wipe ;;
82
--no-aux|--noaux)
83
+ auxRetrieval=noaux
84
auxDownloadMaps=false
85
auxDownloadNets=false
86
auxDownloadSqlites=false
@@ -206,6 +207,8 @@ case $auxRetrieval in
206
207
;;
208
https)
209
210
+ noaux)
211
+ ;;
212
*)
213
echo "ERROR: data retrieval option \`--$auxRetrieval\` is not supported" >&2
214
exit 1
0 commit comments