Skip to content

Commit f25e682

Browse files
committed
Fix name of root directory variable in Debian build script
1 parent 032b189 commit f25e682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ test_patches ()
108108
set +e
109109
patches_ok=0
110110
patches_error=0
111-
for file in "${ROOT_DIR}"/tools/debian/patches/*.patch; do
111+
for file in "${root_dir}"/tools/debian/patches/*.patch; do
112112
echo "=== Testing patch ${file} ==="
113113
if git apply --check "${file}"; then
114114
patches_ok=$((patches_ok+1))

0 commit comments

Comments
 (0)