diff options
author | Jessica Zhang <jessica.zhang@intel.com> | 2012-11-12 15:04:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 11:45:06 +0000 |
commit | 039e119590b2f3e1d912b446fa68b6cf936d21c2 (patch) | |
tree | d646ab077abb9ef9331ab838caff297e85308afc | |
parent | 4b6a70e60790a32d89e2e5cdded4af83e9d303ae (diff) | |
download | openembedded-core-039e119590b2f3e1d912b446fa68b6cf936d21c2.tar.gz openembedded-core-039e119590b2f3e1d912b446fa68b6cf936d21c2.tar.bz2 openembedded-core-039e119590b2f3e1d912b446fa68b6cf936d21c2.zip |
Fix the first line typo of adt-installer
[YOCTO #3384]
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/adt_installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index 0be5a1d607..c0123913ef 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. |