Bob Mottram 7 лет назад
Родитель
Сommit
b654a47059
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/freedombone-utils-cryptopp

+ 1
- 1
src/freedombone-utils-cryptopp Просмотреть файл

@@ -66,7 +66,7 @@ function install_cryptopp {
66 66
     if [ -d "$INSTALL_DIR/cryptopp" ]; then
67 67
         if ! grep -q "Crypto++ commit:$CRYPTOPP_COMMIT" "$COMPLETION_FILE"; then
68 68
             set_repo_commit "$INSTALL_DIR/cryptopp" "Crypto++ commit" "$CRYPTOPP_COMMIT" "$CRYPTOPP_REPO"
69
-            cd $INSTALL_DIR/cryptopp/build
69
+            cd "$INSTALL_DIR/cryptopp/build" || exit 27482468
70 70
             cmake ..
71 71
             if ! make; then
72 72
                 exit 72581