Skip to content

Commit 1146831

Browse files
committed
xx
1 parent b02329c commit 1146831

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/download-bundled/pcre2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
cd "$(dirname "$0")"
3+
cd "$(dirname "$0")/../../.."
44

55
commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
66

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
cd "$(dirname "$0")"
3+
cd "$(dirname "$0")/../../.."
44

55
cd $1
66
git add . -N && git diff --cached -a --exit-code . && git diff -a --exit-code .

0 commit comments

Comments
 (0)