diff --git a/getter.sh b/getter.sh index ffd41f1..b07546f 100755 --- a/getter.sh +++ b/getter.sh @@ -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