Drop non-portable shell option

This commit is contained in:
Olaf Meeuwissen 2017-08-17 13:02:51 +09:00
parent 74790bb4fc
commit efe79ec5dd
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -Eeuo pipefail
#!/bin/sh -euo pipefail
# build.sh -- a bootstrapped image in a migrated Devuan container
# Copyright (C) 2017 Olaf Meeuwissen
#

View File

@ -1,4 +1,4 @@
#!/bin/sh -Eeuo pipefail
#!/bin/sh -euo pipefail
# derive.sh -- handy Devuan images
# Copyright (C) 2017 Olaf Meeuwissen
#

View File

@ -1,4 +1,4 @@
#!/bin/sh -Eeuo pipefail
#!/bin/sh -euo pipefail
# migrate.sh -- a Debian image to Devuan
# Copyright (C) 2017 Olaf Meeuwissen
#