Преглед изворни кода

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

James Woglom пре 2 дана
родитељ
комит
4b2f1741e9
1 измењених фајлова са 1 додато и 1 уклоњено
  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.