From db5ac510d317fc3d9c2c881257e8c6a25851ea1c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Jul 2016 15:16:38 +0200 Subject: Use ./ instead of just . to denote current directory in buildfiles --- tests/pkg/1/build2.org/fetch/libfoo-1.1.0/buildfile | 2 +- tests/pkg/1/build2.org/satisfy/libfoo-1.1.0/buildfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pkg/1/build2.org/fetch/libfoo-1.1.0/buildfile b/tests/pkg/1/build2.org/fetch/libfoo-1.1.0/buildfile index b3ec74f..9f80de9 100644 --- a/tests/pkg/1/build2.org/fetch/libfoo-1.1.0/buildfile +++ b/tests/pkg/1/build2.org/fetch/libfoo-1.1.0/buildfile @@ -1 +1 @@ -.: +./: diff --git a/tests/pkg/1/build2.org/satisfy/libfoo-1.1.0/buildfile b/tests/pkg/1/build2.org/satisfy/libfoo-1.1.0/buildfile index b3ec74f..9f80de9 100644 --- a/tests/pkg/1/build2.org/satisfy/libfoo-1.1.0/buildfile +++ b/tests/pkg/1/build2.org/satisfy/libfoo-1.1.0/buildfile @@ -1 +1 @@ -.: +./: -- cgit v1.1