summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-28 15:17:17 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-28 15:17:17 +0100
commitaa333512a12c42c86e3c76faf1f5606426f454f1 (patch)
tree1296dee5d497aef103fcc0a28c2f0f7a0d8babc9 /misc
parente4e1eafe30c6efb2d9753634b88c7a8f620e6aff (diff)
downloadqutebrowser-aa333512a12c42c86e3c76faf1f5606426f454f1.tar.gz
qutebrowser-aa333512a12c42c86e3c76faf1f5606426f454f1.zip
Switch format_json userscript to /bin/sh again
It was switched to bash in 22e4a800a1c6080d29d41eeda229bc67b7bf314b for "-o pipefail", but doesn't actually use pipes, so we might as well switch it back to sh again.
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/userscripts/format_json4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/userscripts/format_json b/misc/userscripts/format_json
index 8a83c25fa..555a40de1 100755
--- a/misc/userscripts/format_json
+++ b/misc/userscripts/format_json
@@ -1,5 +1,5 @@
-#!/usr/bin/env bash
-set -euo pipefail
+#!/bin/sh
+set -eu
#
# Behavior:
# Userscript for qutebrowser which will take the raw JSON text of the current