forked from pool/herbstluftwm
Ondřej Súkup
a10737d8e0
- updated to latest stable release (0.7.1) - changes to herbstluftwm-shebangs.patch due to rejects caused by upstream changes - add herbstluftwm-shebangs-3.patch - fish-completion package OBS-URL: https://build.opensuse.org/request/show/687686 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=12
10 lines
253 B
Diff
10 lines
253 B
Diff
diff -ur a/share/panel.sh b/share/panel.sh
|
|
--- a/share/panel.sh 2018-08-09 17:29:15.000000000 +0200
|
|
+++ b/share/panel.sh 2019-03-22 13:49:05.946256024 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/bash
|
|
|
|
quote() {
|
|
local q="$(printf '%q ' "$@")"
|