Skip to content

Commit

Permalink
WIP: Add "set -x" in wdk-download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Jan 7, 2025
1 parent fd9f0c2 commit fb647bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdk-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

set -eu
set -eux

if [[ $# -lt 1 || "$1" == "-h" ]]; then
echo Usage:
Expand Down

0 comments on commit fb647bc

Please sign in to comment.