From 777a559e1205278d50b80d5f96505b662fe02d24 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 16 Feb 2006 22:16:17 +1000 Subject: [PATCH] Use env to work around path issues on the shebang line for the seq fallback implementation darcs-hash:20060216121617-ac50b-6c7e34329a5ca8f3cd6756f1860fa10693db21e4.gz --- seq.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seq.in b/seq.in index 0bd242d47..9f546a5bc 100755 --- a/seq.in +++ b/seq.in @@ -1,4 +1,4 @@ -#!@prefix@/bin/fish +#!/usr/bin/env fish # # Fallback implementation of the seq command #