missed on path change
This commit is contained in:
parent
594812ee50
commit
422bf2babd
1 changed files with 1 additions and 2 deletions
|
@ -79,9 +79,8 @@ checkEmptySymbol()
|
|||
# check to see if the current repo is not up to date with HEAD
|
||||
checkForChanges()
|
||||
{
|
||||
[ $no_untracked_files == "false" ] && no_untracked="" || no_untracked="-uno"
|
||||
if [ "$(checkForFossilDir)" == "true" ]; then
|
||||
if [ "$(fossil changes --differ --extra)" != "" ]; then
|
||||
if [ "$(cd $path; fossil changes --differ)" != "" ]; then
|
||||
echo "true"
|
||||
else
|
||||
echo "false"
|
||||
|
|
Loading…
Reference in a new issue