mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
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:
parent
0427ccbb55
commit
777a559e12
1 changed files with 1 additions and 1 deletions
2
seq.in
2
seq.in
|
@ -1,4 +1,4 @@
|
|||
#!@prefix@/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
#
|
||||
# Fallback implementation of the seq command
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue