Skip to content

Commit fcaf4c5

Browse files
committed
Make scripts executable
1 parent 9de0754 commit fcaf4c5

5 files changed

+2
-2
lines changed

scripts/bump_major_version.php

100644100755
File mode changed.

scripts/bump_minor_version.php

100644100755
File mode changed.

scripts/bump_patch_version.php

100644100755
File mode changed.

tests/run.sh

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
2-
pid=$!
2+
pid="${!}"
33
phpunit --configuration phpunit.xml
4-
kill $pid
4+
kill "${pid}"

tests/syntax.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)