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

Return error code if with_project fails

This commit is contained in:
Holger Just 2018-08-15 23:55:02 +02:00
parent 9b3c978f29
commit 5635aeb13c

View File

@ -311,6 +311,7 @@ with_project() {
$2 "$target"
else
echo "unknown project"
return 1
fi
}