Switch format_json userscript to /bin/sh again
It was switched to bash in 22e4a800a1 for
"-o pipefail", but doesn't actually use pipes, so we might as well
switch it back to sh again.
This commit is contained in:
parent
e4e1eafe30
commit
aa333512a1
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
set -euo pipefail
|
set -eu
|
||||||
#
|
#
|
||||||
# Behavior:
|
# Behavior:
|
||||||
# Userscript for qutebrowser which will take the raw JSON text of the current
|
# Userscript for qutebrowser which will take the raw JSON text of the current
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue