From 81417e0b6aef2603bf4515bf00ee28382c465f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?You-Sheng=20Yang=20=28=E6=A5=8A=E6=9C=89=E5=8B=9D=29?= Date: Tue, 27 Aug 2013 11:01:01 +0800 Subject: [PATCH] Bug 891217 (follow-up): repo sync correct target for emulator-x86-jb --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index be6fb69a..ad34a48e 100755 --- a/config.sh +++ b/config.sh @@ -126,7 +126,7 @@ case "$1" in "emulator-x86"|"emulator-x86-jb") echo DEVICE=generic_x86 >> .tmp-config && echo LUNCH=full_x86-eng >> .tmp-config && - repo_sync emulator + repo_sync $1 ;; *)