--- MITgcm/tools/convert_cpp_cmd2defines 2010/05/24 12:03:51 1.5 +++ MITgcm/tools/convert_cpp_cmd2defines 2012/07/06 18:53:14 1.6 @@ -1,20 +1,19 @@ #! /usr/bin/env bash # # Converts -Dmacro to #define macro -# and -Umacro to #undef macro +# and -Umacro to #undef macro # on standard output # # Any options that do not take the form -D* or -U* are placed as comments. # # usage: convert_cpp_cmd2defines [-Dmacro1|-Umacro1] [...] # -# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/convert_cpp_cmd2defines,v 1.5 2010/05/24 12:03:51 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/MITgcm/tools/convert_cpp_cmd2defines,v 1.6 2012/07/06 18:53:14 jmc Exp $ # $Name: $ cat << EOF /* - This file created by convert_cpp_cmd2defines with the following command - line arguments: + This file created by convert_cpp_cmd2defines with the following command line arguments: $@ */