B. Petersen 2 년 전
부모
커밋
bda2dcfc3c
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      scripts/update-core.sh

+ 2 - 4
scripts/update-core.sh

@@ -1,10 +1,8 @@
 git submodule update --init --recursive
 cd deltachat-ios/libraries/deltachat-core-rust
 OLD=`git branch --show-current`
-if [ $# -eq 0 ]
-then
-    echo "updates deltachat-core-rust submodule"
-    echo "to the last commit of the given branch."
+if [ $# -eq 0 ]; then
+    echo "updates deltachat-core-rust submodule to last commit of a branch."
     echo "usage: ./scripts/update-core.sh BRANCH_NAME"
     echo "old branch: $OLD"
     exit