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
1 changed files with 1 additions and 1 deletions

View File

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