Skip to content

Commit

Permalink
[set_shell_label] -Fix: forgotten variable name in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Juhász Péter committed Oct 23, 2013
1 parent 0a405c8 commit 402b510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-prompt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ set_shell_label() {
# FIXME $STY not inherited though "su -"
if [[ "$STY" ]]; then
# workaround screen UTF-8 bug
param=${param//$ellipse_marker/$ellipse_marker_plain}
short=${param//$ellipse_marker/$ellipse_marker_plain}
full=${full//$ellipse_marker/$ellipse_marker_plain}
fi

Expand Down

0 comments on commit 402b510

Please sign in to comment.