make non docker scripts more portable
This commit is contained in:
parent
d6924bdbc3
commit
c86d9aa148
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Test Stow across multiple Perl versions, by executing the
|
||||
# Docker image built via build-docker.sh.
|
||||
|
|
Loading…
Reference in a new issue