i think this fixes i3 issues
[distro-setup] / brc2
diff --git a/brc2 b/brc2
index 7699add59555e0dcb824686d4ee2835c12dd0867..8406dab33a401d26c380d39051b2a2c492b8e4a8 100644 (file)
--- a/brc2
+++ b/brc2
@@ -2036,7 +2036,7 @@ apache-apply-repo() {
 
 apache-apply() {
   for file; do
-    if head -n1 "$file"| grep -E '^#!/bin/bash\b' &>/dev/null; then
+    if head -n1 "$file"| grep -E '^#!/' &>/dev/null; then
       {
         head -n1 "$file"
         apache-header