Skip to content

Commit 4187d1b

Browse files
committed
Use printf for the prompt question
1 parent 02d7d85 commit 4187d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/dj_setup_database.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ load)
411411
ind=$((ind+1))
412412
done
413413
while true; do
414-
echo "Which database should be loaded? "
414+
printf "Which database should be loaded? "
415415
read -r db
416416
ind=1
417417
for i in $databases; do

0 commit comments

Comments
 (0)