src/Tools/Metis/fix_metis_license
author kleing
Mon, 17 May 2021 13:57:19 +1000
changeset 73705 ac07f6be27ea
parent 39446 7ed24d2dc7de
permissions -rwxr-xr-x
avoid unexpected output+behaviour when CDPATH is set

#!/usr/bin/env bash
unset CDPATH
THIS=$(cd "$(dirname "$0")"; echo $PWD)
(cd $THIS;
 perl -p -i~ -w -e 's/MIT license/BSD License/g' Makefile src/*.s* scripts/mlpp)