Просмотр исходного кода

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

James Woglom 2 дней назад
Родитель
Сommit
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..."
 echo "Gathering build details..."
 
 
 # Capture the current date
 # 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 ---
 # --- Root repo details ---
 # Retrieve current branch (or tag) and commit SHA.
 # Retrieve current branch (or tag) and commit SHA.