mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Use proper shebang for all bash scripts: #!/usr/bin/env bash
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
||||
cd "$script_path"
|
||||
|
||||
Reference in New Issue
Block a user