Use consistent shebangs

This commit is contained in:
Hektor Misplon
2020-11-01 15:57:10 +01:00
parent 7abc0840ab
commit b47a96a763
5 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
BRAVE_USER_FLAGS_FILE="$XDG_CONFIG_HOME/brave-flags.conf"