Skip to content

Commit 2e84151

Browse files
committed
Revert "Fixed test-versioning.sh in paths with spaces"
This reverts commit a001bcd. This isn't actually necessary.
1 parent 6459d19 commit 2e84151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/test-versioning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -eu
66

7-
cd "$(dirname $0)/.."
7+
cd `dirname $0`/..
88

99
# Needed so sed doesn't report illegal byte sequences on macOS
1010
export LC_CTYPE=C

0 commit comments

Comments
 (0)