aboutsummaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/offerbuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/admin/offerbuild b/admin/offerbuild
index d067888..ab8536e 100755
--- a/admin/offerbuild
+++ b/admin/offerbuild
@@ -65,9 +65,15 @@ EOF
cat $tmpfile
echo
- echo -n "=> Send this email[y]? "
+ echo -n "=> Send this email[Y/n/e(dit)]? "
read j
+ if [ "$j" = "e" -o "$j" = "E" ]; then
+ vi $tmpfile
+ j="y"
+ fi
+
+
if [ "$j" = "y" -o "$j" = "Y" -o "$j" = "" ]; then
j="y"
echo "==> Sending email to $mailto"