fix double awk

pull/2622/head
Adeeb Shihadeh 5 years ago
parent 547ab66dd8
commit ce8a040cc2
  1. 2
      release/build_release2.sh

@ -35,7 +35,7 @@ else
git checkout --orphan release2-staging
fi
VERSION=$(cat selfdrive/common/version.h | awk awk -F[\"-] '{print $2}')
VERSION=$(cat selfdrive/common/version.h | awk -F[\"-] '{print $2}')
echo "#define COMMA_VERSION \"$VERSION-release\"" > selfdrive/common/version.h
git commit -m "openpilot v$VERSION"

Loading…
Cancel
Save