X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres-dock%2FCMakeLists.txt;h=e52ed48d2c042f97dcc9a3e475d04421215aa827;hb=88fb48306668af16f9c3593176db04bd83d935f8;hp=8d02ec19cf736ed75939b2271f37b3ab12ead8f5;hpb=2fe696bc0458ea72b7e8a2e9a747b9377c768c1b;p=unres.git diff --git a/source/unres-dock/CMakeLists.txt b/source/unres-dock/CMakeLists.txt index 8d02ec1..e52ed48 100644 --- a/source/unres-dock/CMakeLists.txt +++ b/source/unres-dock/CMakeLists.txt @@ -63,8 +63,8 @@ cat 2WFU_B.pdb >> plik1ter.pdb pdb=`ls model??.pdb |wc -w` sco=`ls template??.sco |wc -w` -if [ "$pdb" = "8" ] && [ "$sco" = "8" ]; then - echo "8 starting models generated" +if [ $pdb = 8 ] && [ $sco = 8 ]; then + echo '8 starting models generated' else exit 1 fi