Commit ed0dac69 authored by Nils Goroll's avatar Nils Goroll

mkdir -p is shorter

thanks @dridi
parent c938f4d7
......@@ -9,7 +9,7 @@ check: check-am check-local
check-am: check-local
# See if list of checks have changed, recheck
check-local:
mkdir tests 2>/dev/null || true ; \
mkdir -p tests ; \
LC_ALL=C; \
if [ "$$(cd $(srcdir) && echo tests/*.vtc)" != "@VTC_TESTS@" ]; then \
cd $(top_builddir) && ./config.status --recheck ; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment