Merge pull request #112421 from sternenseemann/fetchcvs-fix-missing-env
fetchcvs: fix ssh wrapper failing due to missing /usr/bin/env
This commit is contained in:
commit
91fe7257d3
@ -1,6 +1,6 @@
|
|||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
(echo '#!/usr/bin/env sh'; \
|
(echo "#!$SHELL"; \
|
||||||
echo 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"') > ssh
|
echo 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"') > ssh
|
||||||
chmod +x ssh
|
chmod +x ssh
|
||||||
export CVS_RSH=$PWD/ssh
|
export CVS_RSH=$PWD/ssh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user