X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f82b0adea2eacaca7f393e2d072af3e622c1604a..49e85177c669d793e84242983a1b1f430e47184e:/src/smpi/patch_source.sh diff --git a/src/smpi/patch_source.sh b/src/smpi/patch_source.sh index fa085bbd5f..38fd74593f 100755 --- a/src/smpi/patch_source.sh +++ b/src/smpi/patch_source.sh @@ -1,8 +1,15 @@ #!/bin/bash + +# Copyright (c) 2011, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + INFILE="$1" OUTFILE="$2" SPFILE="replace_globals.cocci" -TMPFILE=`mktemp` +TMPFILE=`mktemp ${OUTFILE}.XXXX` trap "rm -f ${TMPFILE}" EXIT spatch -sp_file ${SPFILE} ${INFILE} -o ${TMPFILE} >/dev/null 2>/dev/null