Skip to content

Commit 38fa9f8

Browse files
committed
use the variable name
1 parent 4ed10b4 commit 38fa9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ elif [[ -e minil.toml ]]; then
1414
# just find the last created dir and use that.
1515
# shellcheck disable=SC2012
1616
DIR=$(ls -td -- */ | head -n 1 | cut -d'/' -f1)
17-
mv "$DIR" build_dir
17+
mv "$DIR" "$BUILD_DIR"
1818
elif [[ -e Build.PL ]]; then
1919
rm -rf "$BUILD_DIR"
2020
perl Build.PL

0 commit comments

Comments
 (0)