1
0

Make ask_pn() more friendly

Dieser Commit ist enthalten in:
2024-07-27 21:08:45 -04:00
Ursprung bfc139e689
Commit 66725024b8

Datei anzeigen

@@ -1453,8 +1453,6 @@ main() {
# Prompt user for the PROJECT if we still don't have one # Prompt user for the PROJECT if we still don't have one
if [[ ${#PROJECTS[@]} -eq 0 ]]; then # still allows for environment overrides 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 while :; do
ask_pn || break ask_pn || break
PROJECTS+=("$PROJECT") PROJECTS+=("$PROJECT")