fix shebang
This commit is contained in:
parent
8530750afc
commit
84b98480f8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#/usr/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
# docstring=simple mixer gui app, for the desktop
|
||||
set -E -o pipefail
|
||||
shopt -s failglob
|
||||
|
|
Loading…
Reference in a new issue