Minor fixes to kalibrate.sh

pull/334/head
romeo-golf 2017-01-08 18:47:33 +00:00
rodzic 2f313f568e
commit 4d8d5533d2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -102,7 +102,7 @@ if [[ true ]] ; then
ACTION=$(./bootstrap 2>&1)
fi
if [[ -x "configure" ]] ; then
ACTION=$(./configure 2>&1)
ACTION=$(./configure ${BETA_CFLAGS} 2>&1)
fi
if [[ -f "Makefile" ]] ; then
ACTION=$(make -C ${BETA_BUILD_DIRECTORY} 2>&1)
@ -113,7 +113,7 @@ if [[ true ]] ; then
fi
CheckReturnCode
unset DO_INSTALL_FROM_GIT
cd ${DECODER_BUILD_DIRECTORY}
cd ${BETA_BUILD_DIRECTORY}
fi
## SETUP COMPLETE