Przeglądaj źródła

capture-build-details: force English date format on build date

James Woglom 2 dni temu
rodzic
commit
4b2f1741e9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      scripts/capture-build-details.sh

+ 1 - 1
scripts/capture-build-details.sh

@@ -16,7 +16,7 @@ fi
 echo "Gathering build details..."
 
 # Capture the current date
-plutil -replace com-trio-build-date -string "$(date -u '+%a %b %e %H:%M:%S UTC %Y')" "${info_plist_path}"
+plutil -replace com-trio-build-date -string "$(LC_ALL=C date -u '+%a %b %e %H:%M:%S UTC %Y')" "${info_plist_path}"
 
 # --- Root repo details ---
 # Retrieve current branch (or tag) and commit SHA.