Skip to content

Commit

Permalink
Allow file globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Dec 11, 2017
1 parent ab604c9 commit aefda1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-luastatic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Should be executed from root d2info directory.
# Resulting binary will be in `build/d2info.exe`.

set -eufo pipefail
set -euo pipefail

ROOT_DIR=$PWD
BUILD_DIR=$ROOT_DIR/build
Expand Down

0 comments on commit aefda1e

Please sign in to comment.