From: Nick Bowler Date: Thu, 6 Nov 2008 20:39:39 +0000 (-0500) Subject: Use /usr/bin/env in zsh #! lines. X-Git-Url: http://git.draconx.ca/gitweb/fvwmconf.git/commitdiff_plain/6aabf745087523417cc0a7078f24257e3d6bdf94 Use /usr/bin/env in zsh #! lines. --- 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