rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 0bb130a5476691071c783eea3a175cd4b3a05731
parent 40d09a0bca0f075ae2ef692dd00a5e8517d26405
Author: tgoodwin <tgoodwin>
Date:   Mon,  9 Feb 1998 14:16:10 +0000

remove tmp file after checking named pipes
define DEFAULTPATH in the right place

Diffstat:
Mconfigure.ac | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -189,6 +189,7 @@ main() { exit(mknod(TMPNAM, S_IFIFO | 0666, 0) != 0); } ], rc_cv_sys_fifo=yes, rc_cv_sys_fifo=no, rc_cv_sys_fifo=no)) + rm -f /tmp/rc$$.0 case "x$rc_cv_sys_fifo" in xyes) AC_DEFINE(HAVE_FIFO) @@ -254,8 +255,8 @@ xyes) esac fi done - AC_DEFINE_UNQUOTED(DEFAULTPATH, $rc_cv_def_path) ]) + AC_DEFINE_UNQUOTED(DEFAULTPATH, $rc_cv_def_path) ;; esac