mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user