Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51377
Collapse All | Expand All

(-)webapp-config.orig (-2 / +2 lines)
Lines 2273-2280 Link Here
2273
		# only run the executable scripts, just in case someone
2273
		# only run the executable scripts, just in case someone
2274
		# has somehow dropped a README-type file in there
2274
		# has somehow dropped a README-type file in there
2275
2275
2276
		if [ -f "$x" -a -e "$x" ]; then
2276
		if [ -f "$x" -a -x "$x" ]; then
2277
			( export MY_HTDOCSDIR; export MY_HOSTROOTDIR; export MY_CGIBINDIR; export MY_INSTALLDIR="$G_INSTALLDIR" ; export MY_ICONSDIR ; export MY_SERVERCONFIGDIR ; export MY_ERRORSDIR ; $x "$1" )
2277
			( export MY_HTDOCSDIR; export MY_HOSTROOTDIR; export MY_CGIBINDIR; export MY_INSTALLDIR="$G_INSTALLDIR" ; export MY_ICONSDIR ; export MY_SERVERCONFIGDIR ; export MY_ERRORSDIR ; "$x" "$1" )
2278
		fi
2278
		fi
2279
	done
2279
	done
2280
}
2280
}

Return to bug 51377