Re: [PATCH v2] Fix false positives in t3404 due to SHELL=/bin/false

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Robin H. Johnson
Date: Tuesday, January 4, 2011 - 1:35 pm

On Tue, Jan 04, 2011 at 09:43:12AM -0500, Vallon, Justin wrote:
git-rebase--interactive.sh:
====
${SHELL:-@SHELL_PATH@} -c "$rest" # Actual execution
status=$?
if test "$status" -ne 0
then
	warn "Execution failed: $rest"
====

This always triggers with SHELL=/bin/false if SHELL is unset or empty,
SHELL_PATH gets substituted, which tends to be the correct /bin/sh.

-- 
Robin Hugh Johnson
Gentoo Linux: Developer, Trustee & Infrastructure Lead
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix false positives in t3404 due to SHELL=/bin/false, Robin H. Johnson, (Sun Dec 26, 7:50 pm)
Re: [PATCH v2] Fix false positives in t3404 due to SHELL=/ ..., Robin H. Johnson, (Tue Jan 4, 1:35 pm)