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
|
# docstring=simple mixer gui app, for the desktop
|
||||||
set -E -o pipefail
|
set -E -o pipefail
|
||||||
shopt -s failglob
|
shopt -s failglob
|
||||||
|
|
Loading…
Add table
Reference in a new issue