Skip to content

Commit

Permalink
build.sh: add escape chracter in KBUILD_BUILD_TIMESTAMP
Browse files Browse the repository at this point in the history
  • Loading branch information
ambatubash69 authored Dec 22, 2024
1 parent f9f380c commit 83fae46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sed -i \
-e "s|^export TZ=.*|export TZ=$GKI_BUILD_TZ|" \
-e "s|^export KBUILD_BUILD_USER=.*|export KBUILD_BUILD_USER=$GKI_BUILD_USER|" \
-e "s|^export KBUILD_BUILD_HOST=.*|export KBUILD_BUILD_HOST=$GKI_BUILD_HOST|" \
-e "s|^export KBUILD_BUILD_TIMESTAMP=.*|export KBUILD_BUILD_TIMESTAMP=$(date)|" \
-e "s|^export KBUILD_BUILD_TIMESTAMP=.*|export KBUILD_BUILD_TIMESTAMP=\$(date)|" \
build/_setup_env.sh

# Set aosp clang version
Expand Down

0 comments on commit 83fae46

Please sign in to comment.