Skip to content

Commit 3e37a5a

Browse files
committed
autogen: removed ./ prefix when executing other scripts
It's not needed, and becomes problematic when executing build-remote using an absolute path. Ticket: ENT-12603 Signed-off-by: Lars Erik Wik <[email protected]>
1 parent e9edf01 commit 3e37a5a

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)