aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_print_svn_rev.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/__fish_print_svn_rev.fish')
-rw-r--r--share/functions/__fish_print_svn_rev.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/__fish_print_svn_rev.fish b/share/functions/__fish_print_svn_rev.fish
index 7b8638dc..cbc3770a 100644
--- a/share/functions/__fish_print_svn_rev.fish
+++ b/share/functions/__fish_print_svn_rev.fish
@@ -1,5 +1,5 @@
function __fish_print_svn_rev --description 'Print svn revisions'
- svn info | grep "Last Changed Rev" | cut --delimiter " " --fields 4
+ svn info | grep "Last Changed Rev" | cut -d " " -f 4
echo \{\tRevision at start of the date
echo HEAD\tLatest in repository
echo BASE\tBase rev of item\'s working copy