Use env to work around path issues on the shebang line for the seq fallback implementation

darcs-hash:20060216121617-ac50b-6c7e34329a5ca8f3cd6756f1860fa10693db21e4.gz
This commit is contained in:
axel 2006-02-16 22:16:17 +10:00
parent 0427ccbb55
commit 777a559e12

2
seq.in
View file

@ -1,4 +1,4 @@
#!@prefix@/bin/fish
#!/usr/bin/env fish
#
# Fallback implementation of the seq command
#