mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Predecalre variables in psub
darcs-hash:20051025134043-ac50b-225c021c00211918b8c6957a10018497891cf456.gz
This commit is contained in:
parent
a9bf64465c
commit
319956c26b
@ -928,6 +928,9 @@ end
|
||||
|
||||
function psub -d "Read from stdin into a file and output the filename. Remove the file when the command that calles psub exits."
|
||||
|
||||
set -l filename
|
||||
set -l funcname
|
||||
|
||||
if count $argv >/dev/null
|
||||
switch $argv[1]
|
||||
case '-h*' --h --he --hel --help
|
||||
|
Loading…
x
Reference in New Issue
Block a user