mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:32:13 +08:00
f5dfebb6a3
This refactors __fish_print_svn_rev to not depend on english locale
4 lines
118 B
Fish
4 lines
118 B
Fish
function __fish_print_svn_rev --description 'Print svn revisions'
|
|
printf '%s' (svnversion | sed 's=[^0-9:]*==g')
|
|
end
|