condition
This commit is contained in:
parent
a086e8768b
commit
c237bfb8c5
|
@ -717,8 +717,7 @@ function mesh_tox_client {
|
|||
echo "cd $INSTALL_DIR/toxic";
|
||||
echo "git checkout $TOXIC_COMMIT -b $TOXIC_COMMIT";
|
||||
echo "export DISABLE_DESKTOP_NOTIFY=$toxic_disable_notify";
|
||||
echo 'make';
|
||||
echo 'if [ ! "$?" = "0" ]; then';
|
||||
echo 'if ! make; then';
|
||||
echo ' exit 1';
|
||||
echo 'fi';
|
||||
echo 'make install';
|
||||
|
|
Loading…
Reference in New Issue