Merge "Make check_uptodate compatible with BSD shells"

This commit is contained in:
Jenkins 2013-11-01 10:39:15 +00:00 committed by Gerrit Code Review
commit a7b7022185
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
TEMPDIR=`mktemp -d`
TEMPDIR=`mktemp -d /tmp/tmp.XXXXXXXXXX`
CFGFILE=heat.conf.sample
tools/config/generate_sample.sh -b ./ -p heat -o $TEMPDIR
if ! diff $TEMPDIR/$CFGFILE etc/heat/$CFGFILE