]> git.draconx.ca Git - fvwmconf.git/commitdiff
Use /usr/bin/env in zsh #! lines.
authorNick Bowler <nbowler@draconx.ca>
Thu, 6 Nov 2008 20:39:39 +0000 (15:39 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 6 Nov 2008 20:39:39 +0000 (15:39 -0500)
scripts/bgmenu.zsh
scripts/thumbnail.zsh

index f6ac8ef22d0cf7cf943b72fedbe8e98c539d6e02..15bbd2aaa46e906c53ebf207c349490fafd2c180 100755 (executable)
@@ -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
index 62294b60c9e0ae9eb4169c1a52cf2e1b69794cd5..9734575cb126be2a56a8f2553aeb61d811992014 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/usr/bin/env zsh
 
 if [[ -z "$MUSIC" ]]; then
        MUSIC=/home/music