Skip to content

Commit 7c0ee60

Browse files
committed
Consistant spacing.
1 parent 60e50c7 commit 7c0ee60

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

build.sh

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
if [ ! -d "build" ]; then
3-
svn co https://plugins.svn.wordpress.org/php-compatibility-checker build
3+
svn co https://plugins.svn.wordpress.org/php-compatibility-checker build
44
else
55
pushd build
66
svn up
@@ -10,19 +10,19 @@ fi
1010
composer install --no-dev
1111
rsync \
1212
-avuP \
13-
--delete \
14-
--exclude="Tests" \
15-
--include='wpengine-phpcompat.php' \
16-
--include='uninstall.php' \
17-
--include='load-files.php' \
18-
--include='readme.txt' \
19-
--include='src' \
20-
--include="src/**" \
21-
--include='vendor' \
22-
--include='vendor/**' \
23-
--include='php52' \
24-
--include='php52/**' \
25-
--exclude="*" \
13+
--delete \
14+
--exclude="Tests" \
15+
--include='wpengine-phpcompat.php' \
16+
--include='uninstall.php' \
17+
--include='load-files.php' \
18+
--include='readme.txt' \
19+
--include='src' \
20+
--include="src/**" \
21+
--include='vendor' \
22+
--include='vendor/**' \
23+
--include='php52' \
24+
--include='php52/**' \
25+
--exclude="*" \
2626
./ ./build/trunk
2727

2828
pushd ./build/trunk

0 commit comments

Comments
 (0)