commit 498fe2171922689e572aba2561c6197ab964b009 parent 95712356637f2e16d0b4ef246b4c1bc222b7b7c7 Author: umhau <umhau@users.noreply.github.com> Date: Tue, 1 Nov 2016 19:55:27 -0400 fixed test statement Diffstat:
| M | vmc.sh | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/vmc.sh b/vmc.sh @@ -36,8 +36,7 @@ if [[ $2 = '-record' ]]; then sentence_file=$3 output_folder=$4 - if [ -n "$5" ]; then - + if [[ -n $5 ]]; then iterations=$5 else iterations=1