mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 20:25:25 +08:00
Add missing newline in error message for popd function. Thanks to Phipip Ganchev.
darcs-hash:20061005064419-ac50b-4770f393ea02761a5f4b4044b456d1b618d6da23.gz
This commit is contained in:
parent
302516a747
commit
8ace1739f5
@ -3,7 +3,7 @@ function popd -d (N_ "Pop dir from stack")
|
||||
if test $dirstack[1]
|
||||
cd $dirstack[1]
|
||||
else
|
||||
printf (_ "%s: Directory stack is empty...") popd
|
||||
printf (_ "%s: Directory stack is empty...\n") popd
|
||||
return 1
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user