Code cleanup

This commit is contained in:
Pierre Pronchery 2014-12-02 21:56:14 +01:00
parent 639c4c6e3d
commit e1ba9f00c7

View File

@ -134,7 +134,7 @@ _deforaos_release()
_release_configure()
{
if [ -f "project.conf" ]; then
if [ -f "$PROJECTCONF" ]; then
$DEBUG $CONFIGURE
return $?
fi