Changed repo path in tools/generateDirtyFiles

This commit is contained in:
Morgan Hardwood 2017-05-03 20:02:51 +02:00
parent 41d91de553
commit 55d342ade3
1 changed files with 1 additions and 1 deletions

View File

@ -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)