diff --git a/.bashrc b/.bashrc index 54cdb57..43bcf47 100755 --- a/.bashrc +++ b/.bashrc @@ -286,7 +286,7 @@ with_project() { local target=$(d "$1") if [[ $target ]]; then echo "$2 $target" - "$2" "$target" + $2 "$target" else echo "unknown project" fi