diff options
author | peter <peter@FreeBSD.org> | 1995-11-27 14:38:22 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-11-27 14:38:22 +0800 |
commit | c7712fa545d7c7c8da2e70fac30b9d4a54126139 (patch) | |
tree | 603319bf9042624914a8ba1f560f431a811af288 | |
parent | 3737629942d7d501085e87a937526954c49f6094 (diff) | |
download | freebsd-ports-gnome-c7712fa545d7c7c8da2e70fac30b9d4a54126139.tar.gz freebsd-ports-gnome-c7712fa545d7c7c8da2e70fac30b9d4a54126139.tar.zst freebsd-ports-gnome-c7712fa545d7c7c8da2e70fac30b9d4a54126139.zip |
oops.. forgot to uncomment mkmodules
-rwxr-xr-x | CVSROOT/updateCVSROOT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CVSROOT/updateCVSROOT b/CVSROOT/updateCVSROOT index f80af3ee633c..7db63a72c72b 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 |