Commit 774c4eca authored by Marc Cornellà's avatar Marc Cornellà

Revert "Fix pj() function when no project has been specified"

This reverts commit 7d298a30.
parent 24ac1aa3
No related merge requests found
......@@ -14,11 +14,6 @@ pj () {
project=$*
fi
if [[ -z "$project" ]]; then
echo "You have to specify a project name."
return
fi
for basedir ($PROJECT_PATHS); do
if [[ -d "$basedir/$project" ]]; then
$cmd "$basedir/$project"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment