Merge pull request #1656 from NoahGorny/add-warning-to-gitstatus
gitstatus: Add informative warning in case dir is not foundpull/1658/head
commit
03afc5f046
|
|
@ -21,4 +21,6 @@ if [[ -d ${SCM_GIT_GITSTATUS_DIR} ]]; then
|
||||||
# Start the actual gitstatus binary
|
# Start the actual gitstatus binary
|
||||||
gitstatus_stop && gitstatus_start -s -1 -u -1 -c -1 -d -1
|
gitstatus_stop && gitstatus_start -s -1 -u -1 -c -1 -d -1
|
||||||
export SCM_GIT_USE_GITSTATUS=true
|
export SCM_GIT_USE_GITSTATUS=true
|
||||||
|
else
|
||||||
|
_log_warning "Could not find gitstatus directory in ${SCM_GIT_GITSTATUS_DIR}. Please specify directory location using SCM_GIT_GITSTATUS_DIR."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue