summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Holmgren <holmgren@lysator.liu.se>2007-07-29 21:49:46 +0000
committerMagnus Holmgren <holmgren@lysator.liu.se>2007-07-29 21:49:46 +0000
commit8825241f2db38fa70a2dadb6db01f7e1e2a183b2 (patch)
treea49a40cc39f541a991302073b065e2e952d8bc2b
parent8fe685ad2737a1c3e87dd4dfa3970253a03e0ca5 (diff)
Unindent incorrectly indented here document in exinext (closes: bug 416)
-rw-r--r--src/src/exinext.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/src/exinext.src b/src/src/exinext.src
index 47f9de517..7fe80c796 100644
--- a/src/src/exinext.src
+++ b/src/src/exinext.src
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Cambridge: exim/src/src/exinext.src,v 1.2 2005/12/22 11:47:24 ph10 Exp $
+# $Cambridge: exim/src/src/exinext.src,v 1.3 2007/07/29 21:49:46 magnus Exp $
# Copyright (c) 1996-2004 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.
@@ -65,9 +65,9 @@ if [ "$config" = "" ]; then
# suffixed file in each case.
set `awk -F: '{ for (i = 1; i <= NF; i++) print $i }' <<End
- CONFIGURE_FILE
- End
- `
+CONFIGURE_FILE
+End
+`
while [ "$config" = "" -a $# -gt 0 ] ; do
if [ -f "$1$hostsuffix" ] ; then
config="$1$hostsuffix"