Fix print when running PRESTOW/POSTSTOW

This commit is contained in:
Adam Goldsmith 2018-10-05 13:42:26 -04:00
parent b0fe2127df
commit 9d180c753b

View File

@ -27,7 +27,7 @@ function run_script() {
do do
if [ -e "$target/$script" ] if [ -e "$target/$script" ]
then then
echo "Running $target/$script" echo "Running $target$script"
"$target/$script" "$target/$script"
fi fi
done done