Skip to content

Commit f362683

Browse files
authored
argparse.sh: `#!/usr/bin/env bash
1 parent 8b9e5dc commit f362683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/argparse.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
VERBOSE="${VERBOSE:-false}"
44
function verbose() {
@@ -95,4 +95,4 @@ if verbose; then
9595
fi
9696

9797
# Restore positional parameters back to `$1`, `$2`, etc...
98-
set -- "${POSITIONAL[@]}"
98+
set -- "${POSITIONAL[@]}"

0 commit comments

Comments
 (0)