From patchwork Mon Nov 12 23:04:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] Fix the first line typo of adt-installer [YOCTO#3384] Date: Mon, 12 Nov 2012 23:04:40 -0000 From: Jessica Zhang X-Patchwork-Id: 38885 Message-Id: <65cdcc44ab7a640a227a2605f9a93433745f37eb.1352761226.git.jessica.zhang@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Jessica Zhang --- .../installer/adt-installer/adt_installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index 0be5a1d..c012391 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # Yocto ADT Installer # # Copyright 2010-2011 by Intel Corp.