From a26df2ba741f55e6eb1fb0003a798959ba624090 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 2 Apr 2009 17:45:16 +0000 Subject: [PATCH] warns before running post install script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0ff9919..8bfbb5a 100755 --- a/build.sh +++ b/build.sh @@ -63,7 +63,7 @@ pl_root_mkfedora ${vref} ${pldistro} $pkgsfile pkgsdir=$(dirname $pkgsfile) pkgsname=$(basename $pkgsfile .pkgs) postfile="${pkgsdir}/${pkgsname}.post" -[ -f $postfile ] && /bin/bash $postfile ${vref} || : +[ -f $postfile ] && { echo "Running post install file $postfile" ; /bin/bash $postfile ${vref} || : ; } displayed="" -- 2.43.0