Switch format_json userscript to /bin/sh again
It was switched to bash in22e4a800a1for "-o pipefail", but doesn't actually use pipes, so we might as well switch it back to sh again. (cherry picked from commitaa333512a1)
This commit is contained in:
parent
215257cc7d
commit
0efdfd2f27
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue