commit 7b72f07f96265e04656f27d83a2e20102b5ae6d9 parent 14cba81f6e97d1a1fa8ffcf2d34fc96d13d79d63 Author: Jaromil <jaromil@dyne.org> Date: Thu, 29 Dec 2016 13:49:03 +0100 switch shebang to use /usr/bin/env this 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(-)
diff --git a/tomb b/tomb @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env zsh # # Tomb, the Crypto Undertaker #