Remove shell option not supported by CI build environment

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

View File

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

View File

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

View File

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