From 620e9ebf27e864f6c456338ca267dd913f063f88 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 15 May 2017 10:48:09 +0100 Subject: [PATCH] missing backslash in makefile --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index 56dc0f2d..8261ded7 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = \ test_seq.sh \ test_thumbnail.sh \ test_threading.sh \ - test_python.sh + test_python.sh \ test_all.py \ test_arithmetic.py \ test_colour.py \