[exim-cvs] cvs commit: exim/exim-src/src exinext.src

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Magnus Holmgren
日付:  
To: exim-cvs
題目: [exim-cvs] cvs commit: exim/exim-src/src exinext.src
magnus 2007/07/29 22:49:46 BST

  Modified files:
    exim-src/src         exinext.src 
  Log:
  Unindent incorrectly indented here document in exinext (closes: bug 416)


  Revision  Changes    Path
  1.3       +3 -3      exim/exim-src/src/exinext.src


  Index: exinext.src
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/exinext.src,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- exinext.src    22 Dec 2005 11:47:24 -0000    1.2
  +++ exinext.src    29 Jul 2007 21:49:46 -0000    1.3
  @@ -1,5 +1,5 @@
   #! /bin/sh
  -# $Cambridge: exim/exim-src/src/exinext.src,v 1.2 2005/12/22 11:47:24 ph10 Exp $
  +# $Cambridge: exim/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 @@
     # 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"