summaryrefslogtreecommitdiff
path: root/x220.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-04 08:50:05 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-04 08:50:05 +0200
commit8e73ce3c80b7229b573d0dbe6cd1d2058b57e9d1 (patch)
tree3ace7d8e39e2bad770cdf984e0a548d28c8c3e87 /x220.sh
parent1ad60bb02ab2b6073ef094ad3add6c37eecadb6d (diff)
downloadv-i-8e73ce3c80b7229b573d0dbe6cd1d2058b57e9d1.tar.gz
use bash
Sponsored-by: author
Diffstat (limited to 'x220.sh')
-rwxr-xr-xx220.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/x220.sh b/x220.sh
index 9efdf91..fa42d38 100755
--- a/x220.sh
+++ b/x220.sh
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
-set -eux
+set -euo pipefail
vi="$1"
vmdb2="$2"