X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=third_party_installers%2FcpPlugins_Install_QT4.sh;h=36c5d13824804fcb952b9545ad86afee760e35c4;hb=733108d258a27799df875ceda2d84c3cafea64d3;hp=09601292ba15f8a4666bd9b501d2e73deb1f4f30;hpb=f08d8d09e5945f1570ab2029f1b7bebe6d102b9d;p=cpPlugins.git diff --git a/third_party_installers/cpPlugins_Install_QT4.sh b/third_party_installers/cpPlugins_Install_QT4.sh index 0960129..36c5d13 100755 --- a/third_party_installers/cpPlugins_Install_QT4.sh +++ b/third_party_installers/cpPlugins_Install_QT4.sh @@ -136,6 +136,11 @@ echo "==> Number of cores : $number_of_cores" echo "==> Number of threads : $number_of_threads" echo "==> Patch file : $patch_file" echo "=====================================================================" +read -n1 -r -p "Continue? [Y/N]... " key +echo +if [ "$key" != 'Y' -a "$key" != 'y' ] ; then + exit 1 +fi ## Create paths if [ "x$source_file" != "x" ]; then