From 2869df6b80a4a490740673a6f7d1df232c1e26fa Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 29 May 2013 21:36:32 -0600 Subject: aur: prompt to continue after diffing a package --- src/aur | 1 + 1 file changed, 1 insertion(+) (limited to 'src/aur') diff --git a/src/aur b/src/aur index e468da1..7fdddab 100755 --- a/src/aur +++ b/src/aur @@ -79,6 +79,7 @@ main() { for file in *; do "${DIFFTOOL}" "${_diff}/${file}" "${file}" done + read -p "Press enter to continue." # Go back to our copy to continue working pushd "${_diff}" &>/dev/null -- cgit v1.2.2