﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
93	autoconf213 fails	Dave Yeo		"Attempting to rebuild configure in the mozilla directory (FF24ESR branch) fails apparently from a bad shell. At the beginging of the script it writes a temporary file to /tmp/acout### but the file is written to root.
Another problem is that sh can not find the autoconf213 script without its full pathname even though it is on the PATH.

{{{
[K:\git.mozilla.2]sh autoconf213
sh: Can't open autoconf213

[K:\git.mozilla.2]which sh
k:/usr/bin/sh.exe
[K:\git.mozilla.2]sh /usr/bin/autoconf213
awk: fatal: cannot open file `/tmp/acout.114' for reading (No such file or directory)
}}}

Ash fails similarly, using ksh or [k]sh succeeds."	defect	closed	major		rpm			worksforme		dave.r.yeo@…
