missed on path change

This commit is contained in:
richard 2023-02-10 18:03:23 +00:00
parent 594812ee50
commit 422bf2babd

View file

@ -79,9 +79,8 @@ checkEmptySymbol()
# check to see if the current repo is not up to date with HEAD # check to see if the current repo is not up to date with HEAD
checkForChanges() checkForChanges()
{ {
[ $no_untracked_files == "false" ] && no_untracked="" || no_untracked="-uno"
if [ "$(checkForFossilDir)" == "true" ]; then if [ "$(checkForFossilDir)" == "true" ]; then
if [ "$(fossil changes --differ --extra)" != "" ]; then if [ "$(cd $path; fossil changes --differ)" != "" ]; then
echo "true" echo "true"
else else
echo "false" echo "false"