Creating the logs dir
This commit is contained in:
parent
51122395c4
commit
a212c80673
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ inline_doc
|
|||
RAWDIFF=/tmp/rawdiff.$$
|
||||
REPORT="${3}/REPORT.${1}V${2}"
|
||||
|
||||
mkdir -p $3
|
||||
|
||||
cd $4
|
||||
|
||||
echo -e "Diffing ${1} and ${2}... " > $REPORT
|
||||
|
|
Reference in a new issue