Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ogr3 committed Aug 14, 2016
2 parents a5a5f5e + 33c19b2 commit e29784d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitstatus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ while IFS='' read -r line || [[ -n "$line" ]]; do
\ ) ;;
*) ((num_staged++)) ;;
esac
status=${status:0:-1}
status=${status:0:(${#status}-1)}
done
done <<< "$gitstatus"

Expand Down

0 comments on commit e29784d

Please sign in to comment.