diff options
author | peter <peter@FreeBSD.org> | 1995-11-27 16:37:01 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-27 16:37:01 +0800 |
commit | 614a809c414bba53472ac4de857d74ceee4a1efa (patch) | |
tree | 5efe5a412cf436fdb5f8ea858020c7baf9c79cd6 /CVSROOT | |
parent | 72c7c62399623968c16e4281487f55e4810de8e7 (diff) | |
download | freebsd-ports-gnome-614a809c414bba53472ac4de857d74ceee4a1efa.tar.gz freebsd-ports-gnome-614a809c414bba53472ac4de857d74ceee4a1efa.tar.zst freebsd-ports-gnome-614a809c414bba53472ac4de857d74ceee4a1efa.zip |
It was a little disturbing to not see mkmodules being run anymore.
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/updateCVSROOT | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT index b697fd8eb950..d8031b1e63e7 100755 --- a/CVSROOT/updateCVSROOT +++ b/CVSROOT/updateCVSROOT @@ -2,7 +2,7 @@ # # Called in place of mkmodules to take care of files mkmodules doesn't know. # -# $Id: updateCVSROOT,v 1.6 1995/11/27 07:48:19 peter Exp $ +# $Id: updateCVSROOT,v 1.7 1995/11/27 08:31:00 peter Exp $ PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin export PATH @@ -24,4 +24,5 @@ cmp -s cvs-committers /home/mail/cvs-committers || { echo "please check to see what needs to be updated..." } +echo Executing: mkmodules $1 exec mkmodules $1 |