From 6aabf745087523417cc0a7078f24257e3d6bdf94 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. --- scripts/bgmenu.zsh | 2 +- scripts/thumbnail.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bgmenu.zsh b/scripts/bgmenu.zsh index f6ac8ef..15bbd2a 100755 --- a/scripts/bgmenu.zsh +++ b/scripts/bgmenu.zsh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env zsh # Generates an FVWM menu for selecting the PNG images found in a given # directory. Thumbnails for the images are generated on the fly using convert # from ImageMagick, and stored in the .thumbs subdirectory. The menu items diff --git a/scripts/thumbnail.zsh b/scripts/thumbnail.zsh index 62294b6..9734575 100755 --- a/scripts/thumbnail.zsh +++ b/scripts/thumbnail.zsh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/usr/bin/env zsh if [[ -z "$MUSIC" ]]; then MUSIC=/home/music -- 2.43.2