Skip to content

Commit

Permalink
restored exe bit
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 1, 2025
1 parent 4dd19c4 commit e67e054
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#!/bin/zsh -euax
#!/bin/zsh -eu

# Runs various tests.

# Avoid any env vars "leaking" in to this script
unset $(printenv |cut -f1 -d= |grep -Ev '^PATH$')
unset $(printenv |cut -f1 -d= |grep -Ev '^PATH|HOME$')
set -ax


function banner() {
Expand Down

0 comments on commit e67e054

Please sign in to comment.