NWChem/contrib/add_Id_Makefile
Yuri Victorovich 7b3d60dce7 Fix bash shebangs: make /usr/bin/env find bash in paths
This is needed on FreeBSD and other systems where bash isn't located in /bin/bash.
2021-11-07 14:06:22 -08:00

6 lines
208 B
Bash
Executable file

#!/usr/bin/env bash
#
# Add the $Id: $ construct to a Makefile. For simplicity it is simply appended.
# This is used to avoid adding the C-style construct in Makefile include files.
#
echo "# \$Id: \$" >> $1