diff --git a/objects.tar.gz b/objects.tar.gz index 0138bc2cd..07dc8b844 100644 Binary files a/objects.tar.gz and b/objects.tar.gz differ diff --git a/sherpa-manager.tar.gz b/sherpa-manager.tar.gz index ceb3a9451..992872195 100644 Binary files a/sherpa-manager.tar.gz and b/sherpa-manager.tar.gz differ diff --git a/support/sherpa-manager.source b/support/sherpa-manager.source index 53b0dcee0..03e7ca3b8 100755 --- a/support/sherpa-manager.source +++ b/support/sherpa-manager.source @@ -14457,7 +14457,7 @@ LoadObjects() if [[ ! -e $r_objects_pathfile ]] || ! IsThisFileRecent "$r_objects_pathfile" "$r_file_change_threshold_minutes"; then ShowAsProc 'download objects' - if /sbin/curl"${curl_options}" --silent --fail "$r_objects_archive_url" > "$r_objects_archive_pathfile"; then + if /sbin/curl${curl_options} --silent --fail "$r_objects_archive_url" > "$r_objects_archive_pathfile"; then /bin/tar --extract --gzip --no-same-owner --file="$r_objects_archive_pathfile" --directory="$r_cache_path" fi fi @@ -14504,7 +14504,7 @@ LoadPackages() if [[ ! -e $r_packages_pathfile ]] || ! IsThisFileRecent "$r_packages_pathfile" "$r_file_change_threshold_minutes"; then ShowAsProc 'download QPKG list' - if /sbin/curl"${curl_options}" --silent --fail "$r_packages_archive_url" > "$r_packages_archive_pathfile"; then + if /sbin/curl${curl_options} --silent --fail "$r_packages_archive_url" > "$r_packages_archive_pathfile"; then /bin/tar --extract --gzip --no-same-owner --file="$r_packages_archive_pathfile" --directory="$r_cache_path" fi