1
1

Ensure to always remove the .new file

This commit was SVN r24023.
Этот коммит содержится в:
Jeff Squyres 2010-11-09 23:33:53 +00:00
родитель f5e50abab2
Коммит dded8a9756

Просмотреть файл

@ -159,8 +159,8 @@ EOF
echo $file is unchanged
else
cp "$file.new" $file
rm -f "$file.new"
fi])
fi
rm -f "$file.new"])
# Must set this variable so that the framework m4 knows
# what file to include in opal/mca/event/event.h