Use [ instead of [[ for portability.

This commit is contained in:
Akinori MUSHA 2013-05-21 00:00:21 +09:00
parent f7b055100c
commit 7d79af602b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ext/digest/Makefile: ext/digest/extconf.rb
cd ext/digest && ruby extconf.rb
clean:
if [[ -f ext/digest/Makefile ]]; then make -C ext/digest clean; fi
if [ -f ext/digest/Makefile ]; then make -C ext/digest clean; fi
rm -f ext/digest/Makefile
rm -f test/test_vectors.rb