Skip to content

Commit 73da184

Browse files
authored
Merge pull request #2008 from larsewi/prefix
ENT-12603: autogen: removed ./ prefix when executing other scripts
2 parents 282120f + 3e37a5a commit 73da184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-scripts/autogen

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ done
6767

6868
# Create revision files (containing the N first hex decimals from the last
6969
# commit of the current branch)
70-
./"$(dirname "$0")/revision-file"
70+
"$(dirname "$0")/revision-file"
7171

7272
# Compare versions between the CFEngine repositories to make sure they
7373
# match
74-
./"$(dirname "$0")/compare-versions"
74+
"$(dirname "$0")/compare-versions"

0 commit comments

Comments
 (0)