diff --git a/tools/generateDirtyFiles b/tools/generateDirtyFiles index 28b95514b..2a272a2c4 100755 --- a/tools/generateDirtyFiles +++ b/tools/generateDirtyFiles @@ -2,7 +2,7 @@ # Search files for keywords, then do something to the files which don't match # Path to the RawTherapee repository -pushd $HOME/rawtherapee >/dev/null +pushd $HOME/programs/code-rawtherapee >/dev/null unset uses match m u # Key to search for, e.g. an include IFS=" " read -a match <<< $(grep -rni iomanip rt* | cut -d ":" -f1 | sort -uV)