From 2c3633b99f73aaffe8a0507675ccd32cffe7b549 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Mon, 12 Dec 2022 08:52:32 +0100 Subject: [PATCH] fix missing double quotes --- products/boost.pyconf | 2 +- products/hdf5.pyconf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/products/boost.pyconf b/products/boost.pyconf index 23f0703..cee28aa 100644 --- a/products/boost.pyconf +++ b/products/boost.pyconf @@ -25,7 +25,7 @@ default : incremental : "yes" single_install_dir : "yes" } - post_script: 'fix_permissions.sh + post_script: "fix_permissions.sh" } default_win : diff --git a/products/hdf5.pyconf b/products/hdf5.pyconf index 14a62f4..1dd2ebd 100755 --- a/products/hdf5.pyconf +++ b/products/hdf5.pyconf @@ -27,7 +27,7 @@ default : incremental : "yes" single_install_dir : "yes" } - post_script: 'fix_permissions.sh + post_script: "fix_permissions.sh" } default_Autotools : -- 2.39.2