lemmy: fix update.sh script

This commit is contained in:
happysalada 2022-04-20 21:44:21 -04:00 committed by Yt
parent b4a6c73c01
commit 76b68621e8

View file

@ -3,6 +3,8 @@
# TODO set to `verbose` or `extdebug` once implemented in oil
shopt --set xtrace
# we need failures inside of command subs to get the correct dependency sha256
shopt --unset inherit_errexit
const directory = $(dirname $0 | xargs realpath)
const owner = "LemmyNet"