1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Too much escaping

This commit is contained in:
Holger Just 2011-09-06 14:43:45 +02:00
parent 9760f2cd11
commit 81a8dca12d

View File

@ -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