Skip to content

Commit aadc826

Browse files
authored
Use UU_BUILD_DIR
1 parent 58f0afe commit aadc826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build-gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ done
139139
echo -e '#!/bin/sh\nexec $(dirname $0)/install "$@"' > "${UU_BUILD_DIR}/ginstall" && chmod +x "${UU_BUILD_DIR}/ginstall" # The GNU tests rename this script before running, to avoid confusion with the make target
140140
touch g
141141
echo "stat with selinux support"
142-
./target/debug/stat -c%C g || true
142+
${UU_BUILD_DIR}/stat -c%C g || true
143143
rm g
144144

145145
##

0 commit comments

Comments
 (0)