瀏覽代碼

chore: optional log [skip ci]

Baptiste Augrain 2 月之前
父節點
當前提交
bc784e7823
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      utils.sh

+ 3 - 1
utils.sh

@@ -9,7 +9,9 @@ ORG_NAME="${ORG_NAME:-VSCodium}"
 # All common functions can be added to this file
 
 apply_patch() {
-  echo applying patch: "$1";
+  if [[ -z "$2" ]]; then
+    echo applying patch: "$1";
+  fi
   # grep '^+++' "$1"  | sed -e 's#+++ [ab]/#./vscode/#' | while read line; do shasum -a 256 "${line}"; done
 
   replace "s|!!APP_NAME!!|${APP_NAME}|g" "$1"