diff --git a/dot_bin/executable_bootstrap_build b/dot_bin/executable_bootstrap_build index 8939d98..5be452f 100644 --- a/dot_bin/executable_bootstrap_build +++ b/dot_bin/executable_bootstrap_build @@ -8,8 +8,8 @@ run_stack_in_dir () { local cur cur="$(pwd)" - echo "building binaries in $cur" cd "$1" || return 1 + echo "building binaries in $1" stack install cd "$cur" || return 1 }