Browse code

fixed introduced to parse_git_dirty

Aleksey Orekhov authored on 08/02/2012 at 20:30:58
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ function git_prompt_info() {
8 8
 # Checks if working tree is dirty
9 9
 parse_git_dirty() {
10 10
   local SUBMODULE_SYNTAX=''
11
-  if [[ POST_1_7_2_GIT -gt 0 ]]; then
11
+  if [[ $POST_1_7_2_GIT -gt 0 ]]; then
12 12
         SUBMODULE_SYNTAX="--ignore-submodules=dirty"
13 13
   fi
14 14
   if [[ -n $(git status -s ${SUBMODULE_SYNTAX}  2> /dev/null) ]]; then