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