Make ask_pn() more friendly
This commit is contained in:
@@ -1453,8 +1453,6 @@ main() {
|
||||
|
||||
# Prompt user for the PROJECT if we still don't have one
|
||||
if [[ ${#PROJECTS[@]} -eq 0 ]]; then # still allows for environment overrides
|
||||
echo "You will be prompted to enter a project name"
|
||||
echo "Hit enter when done"
|
||||
while :; do
|
||||
ask_pn || break
|
||||
PROJECTS+=("$PROJECT")
|
||||
|
||||
Reference in New Issue
Block a user