Skip to content

Commit 69e5c77

Browse files
author
Shaun Prince
committed
fix: restore shebang overwritten by Termux patch
1 parent 15cf471 commit 69e5c77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neofetch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/data/data/com.termux/files/usr/bin/env bash
1+
#!/usr/bin/env bash
22
# vim: noai:ts=4:sw=4:expandtab
33
# shellcheck source=/dev/null
44
# shellcheck disable=2009

0 commit comments

Comments
 (0)