Fix some bugs in generation scripts
This commit is contained in:
parent
06057e6e52
commit
d65ef46634
2 changed files with 2 additions and 2 deletions
|
@ -38,6 +38,6 @@ cat "$5" \
|
|||
| sed -E 's/ ttrts -/ ttrts \\-/g' >> $TEMP
|
||||
|
||||
|
||||
if [ ! -e $FILE ] || [ ! -z $( diff $FILE $TEMP ) ]; then
|
||||
if [ ! -e $FILE ] || [ ! -z "$( diff $FILE $TEMP )" ]; then
|
||||
mv -f $TEMP $FILE
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue