tswitch shebang to use /usr/bin/env - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7b72f07f96265e04656f27d83a2e20102b5ae6d9
DIR parent 14cba81f6e97d1a1fa8ffcf2d34fc96d13d79d63
HTML Author: Jaromil <jaromil@dyne.org>
Date: Thu, 29 Dec 2016 13:49:03 +0100
switch shebang to use /usr/bin/env
tthis is a more generic approach to shebang which supports interpreters
when installed anywhere in the current path.
Diffstat:
M tomb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/tomb b/tomb
t@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/usr/bin/env zsh
#
# Tomb, the Crypto Undertaker
#