Skip to content

Commit

Permalink
use bash
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <me@emillon.org>
  • Loading branch information
emillon committed Aug 3, 2022
1 parent ab3edd8 commit 43809de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/blackbox-tests/test-cases/exec-prefix.t
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The executable just displays "Hello" and its arguments.
The wrapper parses its own arguments and executes the rest.

$ cat > wrap.sh << 'EOF'
> #!/bin/sh
> #!/bin/bash
> while getopts "xy" o; do
> echo "Got option: $o"
> shift $((OPTIND-1))
Expand Down

0 comments on commit 43809de

Please sign in to comment.