diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-29 21:36:32 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-05 19:40:10 -0600 |
commit | 2869df6b80a4a490740673a6f7d1df232c1e26fa (patch) | |
tree | 3923cea02ff96e40a511894e460d59f77c3491d8 /src | |
parent | c50753477af4b1e963a25fa328762a54ff06ab36 (diff) |
aur: prompt to continue after diffing a package
Diffstat (limited to 'src')
-rwxr-xr-x | src/aur | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |