trivial fix to gitstatus.sh

From: Sebastian Kuzminsky <hidden>
Date: 2016-06-15 22:41:53

This is against git-pasky-0.5, just a little typo.  


gitstatus.sh: d5d0f82aca3f668655469cefb08a4d06049f2580
--- gitstatus.sh
+++ gitstatus.sh        2005-04-18 16:31:26.000000000 -0600
@@ -12,7 +12,7 @@
 } | sort -z -k 2 | xargs -0 sh -c '
 while [ "$1" ]; do
        tag=${1% *};
-       filename=${1r* };
+       filename=${1#* };
        case "$filename" in
        *.[ao] | tags | ,,merge*) ;;
        *)   echo "$tag $filename";;




--
Sebastian
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help