mirror of
https://github.com/libretro/libretro-super
synced 2025-01-16 22:10:25 +00:00
add Verbose OUT of git output
This commit is contained in:
parent
d944567124
commit
74b96d8cd8
@ -590,6 +590,7 @@ then
|
||||
cd $DIR
|
||||
echo "pulling from repo... "
|
||||
OUT=`git pull`
|
||||
echo $OUT
|
||||
if [[ $OUT == *"Already up-to-date"* ]]
|
||||
then
|
||||
BUILD="NO"
|
||||
|
Loading…
Reference in New Issue
Block a user