From 7557a725884a0bbcf43333b7f44189263a9027e6 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Tue, 30 Jun 1998 13:09:35 +0000 Subject: [PATCH] removed some superfluous '\n's. --- Packages/Installation/install_cgal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Packages/Installation/install_cgal b/Packages/Installation/install_cgal index 10f9a213db8..53e05209293 100755 --- a/Packages/Installation/install_cgal +++ b/Packages/Installation/install_cgal @@ -503,7 +503,7 @@ init_logfiles() "${_LEFTSPACE}You built CGAL ${CGAL_VERSION} on:" \ >>${INSTALL_RIS_LOGFILE} ${_printf} "${_LEFTSPACE}%s\n" \ - "----------------------------------------------------------\n" \ + "----------------------------------------------------------" \ >>${INSTALL_RIS_LOGFILE} } @@ -1425,7 +1425,7 @@ print_as_shell_comment() # print $2 times string $1 ($1 must not contain '@'!) string_n_print() { - _tmp=`eval "printf \"%s\" \"\`${_printf} \"%s\" \"$1@$2\" | ${_awk} 'BEGIN {FS=\"@\"} + _tmp=`eval "printf \"\`${_printf} \"$1@$2\" | ${_awk} 'BEGIN {FS=\"@\"} { for ( i=0; i<$2; ++i) printf $1}'\`\""` write_buffer "${_tmp}" } @@ -3457,7 +3457,7 @@ write_compiler_flags() # write linker flags for a CGAL include makefile write_linker_flags() { - makefile_header "linker flags\n" >> ${FILE} + makefile_header "linker flags" >> ${FILE} # # LEDA_LIB_DIR @@ -3640,7 +3640,7 @@ create_include_makefile() # # CGAL_SHARED_LIB # - ${_printf} "%s\n" "CGAL_SHARED_LIB = libCGAL.so\n" >> ${FILE} + ${_printf} "%s\n" "CGAL_SHARED_LIB = libCGAL.so" >> ${FILE} # # CGAL_SHARED_LIB_CXXFLAGS