diff options
author | peter <peter@FreeBSD.org> | 1995-11-27 06:38:22 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-27 06:38:22 +0000 |
commit | c7712fa545d7c7c8da2e70fac30b9d4a54126139 (patch) | |
tree | 603319bf9042624914a8ba1f560f431a811af288 /CVSROOT | |
parent | 3737629942d7d501085e87a937526954c49f6094 (diff) | |
download | FreeBSD-ports-c7712fa545d7c7c8da2e70fac30b9d4a54126139.zip FreeBSD-ports-c7712fa545d7c7c8da2e70fac30b9d4a54126139.tar.gz |
oops.. forgot to uncomment mkmodules
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/updateCVSROOT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT index f80af3e..7db63a7 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.1 1995/11/27 06:26:29 peter Exp $ +# $Id: updateCVSROOT,v 1.2 1995/11/27 06:33:28 peter Exp peter $ PATH=$PATH:/bin:/usr/bin:/usr/sbin:/sbin:/usr/local/bin export PATH @@ -23,4 +23,4 @@ done # echo "please check to see what needs to be updated..." #} -#exec mkmodules $1 +exec mkmodules $1 |