Skip to content

Commit 54125e3

Browse files
authored
selecting /usr/bin/env helps edgecases
There are systems (though rare) that don't have bash, but instead only have sh, or zsh, etc, which would otherwise be able to use our shell scripts, there's no reason to not allow the environment to select its shell.
1 parent 4e16537 commit 54125e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/APPIMAGE_INSTALL.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env
22

33
# exit on error
44
set -e

0 commit comments

Comments
 (0)