From f6f6f657cfd56e0bc2a38a181bf44ebaef93c349 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 6 Nov 2008 15:39:39 -0500 Subject: [PATCH] Use /usr/bin/env in zsh #! lines. --- thumbnail.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thumbnail.zsh b/thumbnail.zsh index 62294b6..9734575 100755 --- a/thumbnail.zsh +++ b/thumbnail.zsh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env zsh if [[ -z "$MUSIC" ]]; then MUSIC=/home/music -- 2.43.2