summaryrefslogtreecommitdiff
path: root/src/aur
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-29 21:36:32 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 19:40:10 -0600
commit2869df6b80a4a490740673a6f7d1df232c1e26fa (patch)
tree3923cea02ff96e40a511894e460d59f77c3491d8 /src/aur
parentc50753477af4b1e963a25fa328762a54ff06ab36 (diff)
aur: prompt to continue after diffing a package
Diffstat (limited to 'src/aur')
-rwxr-xr-xsrc/aur1
1 files changed, 1 insertions, 0 deletions
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