From: <sg...@us...> - 2003-08-31 20:29:36
|
Update of /cvsroot/libfunutil/libfunutil/toc/sbin In directory sc8-pr-cvs1:/tmp/cvs-serv21107/toc/sbin Modified Files: toconfigure Log Message: now passing on "$@" to toc_core. Dunno if it's necessary, but seems so. Index: toconfigure =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/sbin/toconfigure,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- toconfigure 30 Aug 2003 19:20:31 -0000 1.9 +++ toconfigure 31 Aug 2003 20:29:30 -0000 1.10 @@ -47,7 +47,7 @@ # todo: implement toc_find_in_path() here so we can use it to find toc_core.sh # for now assume we must source it from $(top_srcdir). CORE_SH=toc/sbin/toc_core.sh - source ${CORE_SH} || { # core toc functions and initial sanity test + source ${CORE_SH} "$@" || { # core toc functions and initial sanity test echo "toconfigure: Pain! Suffering! Loading toc_core.sh failed!" exit 4 } |