diff --git a/.scripts/rename.sh b/.scripts/rename.sh index 035fc5e..4f17c45 100755 --- a/.scripts/rename.sh +++ b/.scripts/rename.sh @@ -86,7 +86,8 @@ prompt=$(cat "$tmpfile") printf "\n%s\n\n" "$prompt" # Confirm with user -printf "%s " "$(format "Proceed with execution? [Y/n]")" +prompt=$(format "Proceed with execution? [Y/n]") +printf "%s " "$prompt" read -r execute # Execute file commands