From: Paul Eggleton Date: Mon, 21 Mar 2016 05:10:59 +0000 (+1300) Subject: site.conf.sample: fix reference to oe-git-proxy script X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26458 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74d6e24b83c568cc5dc5c97ae31a017cab910602;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git site.conf.sample: fix reference to oe-git-proxy script The name of the script is oe-git-proxy, not oe-git-proxy.sh. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/site.conf.sample b/meta/conf/site.conf.sample index c551e8fb0c4..6cfefc574a4 100644 --- a/meta/conf/site.conf.sample +++ b/meta/conf/site.conf.sample @@ -17,7 +17,7 @@ SCONF_VERSION = "1" # # To use git with a proxy, you must use an external git proxy command, such as -# the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to +# the one provided by scripts/oe-git-proxy. To use this script, copy it to # your PATH and uncomment the following: #GIT_PROXY_COMMAND ?= "oe-git-proxy" #ALL_PROXY ?= "socks://socks.example.com:1080"