diff options
Diffstat (limited to 'src/aur')
-rwxr-xr-x | src/aur | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ main() { fi done if $diffed; then - read -p "Press enter to continue." + read -rp "Press enter to continue." fi # Go back to our copy to continue working |