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

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

This reverts commit 7d298a30.
parent 24ac1aa3
...@@ -14,11 +14,6 @@ pj () { ...@@ -14,11 +14,6 @@ pj () {
project=$* project=$*
fi fi
if [[ -z "$project" ]]; then
echo "You have to specify a project name."
return
fi
for basedir ($PROJECT_PATHS); do for basedir ($PROJECT_PATHS); do
if [[ -d "$basedir/$project" ]]; then if [[ -d "$basedir/$project" ]]; then
$cmd "$basedir/$project" $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