mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
indentation fixes
This commit is contained in:
parent
76a24b7131
commit
e02b38b60f
@ -1270,6 +1270,8 @@ then
|
|||||||
if [ $? -eq 0 ];
|
if [ $? -eq 0 ];
|
||||||
then
|
then
|
||||||
MESSAGE="retroarch build successful ($jobid)"
|
MESSAGE="retroarch build successful ($jobid)"
|
||||||
|
echo $MESSAGE
|
||||||
|
$buildbot_log $MESSAGE
|
||||||
|
|
||||||
echo "Packaging"
|
echo "Packaging"
|
||||||
echo ============================================
|
echo ============================================
|
||||||
@ -1326,16 +1328,14 @@ EOF
|
|||||||
cp -Rfv gfx/video_filters/*.dll windows/filters/video
|
cp -Rfv gfx/video_filters/*.dll windows/filters/video
|
||||||
cp -Rfv gfx/video_filters/*.filt windows/filters/video
|
cp -Rfv gfx/video_filters/*.filt windows/filters/video
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
else
|
else
|
||||||
MESSAGE="retroarch build failed ($jobid)"
|
MESSAGE="retroarch build failed ($jobid)"
|
||||||
fi
|
|
||||||
echo $MESSAGE
|
echo $MESSAGE
|
||||||
$buildbot_log $MESSAGE
|
$buildbot_log $MESSAGE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user