aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/create-user-kernel-script
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/create-user-kernel-script')
-rwxr-xr-xbuild-scripts/create-user-kernel-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/create-user-kernel-script b/build-scripts/create-user-kernel-script
index d85e985..d041dc1 100755
--- a/build-scripts/create-user-kernel-script
+++ b/build-scripts/create-user-kernel-script
@@ -67,7 +67,7 @@ sync_commands()
{
KERNELNAME=`python -c "import os.path; print os.path.relpath(os.path.realpath('target/product/$TARGET_OUT_DIR/obj/kernel/source'), '../')"`
GITINFO=`PYTHONPATH=../.repo/repo ${BUILD_SCRIPT_ROOT}/repo_project_info.py -d ../ -p ${KERNELNAME}`
-echo $GITINFO
+echo "# $GITINFO"
GITURL=`echo $GITINFO | cut -d\| -f1`
GITREV=`echo $GITINFO | cut -d\| -f2`
cat <<EOF