Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite604b46

Browse files
committed
Use 4-space indentation in all shell scripts
This had been done everywhere except in init-tests-after-clone.sh.
1 parentbe53823 commite604b46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎init-tests-after-clone.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
set -e
44

55
if [[-z"$TRAVIS" ]];then
6-
read -rp"This operation will destroy locally modified files. Continue ? [N/y]:" answer
7-
if [[!$answer=~ [yY] ]];then
8-
exit 2
9-
fi
6+
read -rp"This operation will destroy locally modified files. Continue ? [N/y]:" answer
7+
if [[!$answer=~ [yY] ]];then
8+
exit 2
9+
fi
1010
fi
1111

1212
git tag __testing_point__

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp