diff mbox

[COMMITTED] lib/common.sh (list_URL): correct bash keyword "locals" -> "local".

Message ID 1381944333-4523-1-git-send-email-ryan.arnold@linaro.org
State New
Headers show

Commit Message

Ryan S. Arnold Oct. 16, 2013, 5:25 p.m. UTC
From: "Ryan S. Arnold" <ryan.arnold@linaro.org>

Pushed to master as an obvious fix.
---
 lib/common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/lib/common.sh b/lib/common.sh
index 4179101..c307d93 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -143,7 +143,7 @@  list_URL()
 {
 #    trace "$*"
 
-    locals srcs="${topdir}/config/sources.conf"    
+    local srcs="${topdir}/config/sources.conf"    
     if test -e ${srcs}; then
 	notice "Supported source repositories for $1 are:"
 #	sed -e 's:\t.*::' -e 's: .*::' -e 's:^:\t:' ${srcs} | grep $1