Commit 2500769f authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

coquille .sh

parent ad2af5f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ dependency_test(){
      echo 'Dependency '$1' not satisfied - please install it first'
      exit -1
  else
      echo 'Dependency '$1' statisfied'
      echo 'Dependency '$1' satisfied'
  fi
}