summaryrefslogtreecommitdiff
path: root/osi-extract
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 01:32:59 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-16 01:36:18 -0400
commit540db8eef89299b5827bca8a5140ae0c3151181c (patch)
tree88153cb6ab790579cdd2f31273a348bf7b4c5ec7 /osi-extract
parent93ba79d3eacfd1ba225d309a226540619f370b05 (diff)
run osi stuff through shellcheck
Disable SC2064 because we use @Q rather than deferred expansion. The only real issue found is adding `-r` to `read` in osi-shell.
Diffstat (limited to 'osi-extract')
-rwxr-xr-xosi-extract2
1 files changed, 1 insertions, 1 deletions
diff --git a/osi-extract b/osi-extract
index f09f97d..da7f809 100755
--- a/osi-extract
+++ b/osi-extract
@@ -2,7 +2,7 @@
# 2018 Luke Shumaker
{
set -euE
- source "${BASH_SOURCE[0]%/*}/lib/osi.sh"
+ source ./lib/osi.sh
arg_image=$1
arg_src=$(realpath -ms -- "$2")