Selaa lähdekoodia

fix: add log for generic variables [skip ci]

Baptiste Augrain 2 kuukautta sitten
vanhempi
sitoutus
ce9450ec98
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      prepare_vscode.sh

+ 6 - 0
prepare_vscode.sh

@@ -21,6 +21,12 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; }
 # apply patches
 # apply patches
 { set +x; } 2>/dev/null
 { set +x; } 2>/dev/null
 
 
+echo "APP_NAME=\"${APP_NAME}\""
+echo "APP_NAME_LC=\"${APP_NAME_LC}\""
+echo "BINARY_NAME=\"${BINARY_NAME}\""
+echo "GH_REPO_PATH=\"${GH_REPO_PATH}\""
+echo "ORG_NAME=\"${ORG_NAME}\""
+
 for file in ../patches/*.patch; do
 for file in ../patches/*.patch; do
   if [[ -f "${file}" ]]; then
   if [[ -f "${file}" ]]; then
     apply_patch "${file}"
     apply_patch "${file}"