Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0dc32091 authored by Matthew DeVore's avatar Matthew DeVore Committed by Automerger Merge Worker
Browse files

Merge "Add missing -e flag to echo invocation" into main am: bbedca3d

parents 3c9e58c5 bbedca3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ function _setup_cog_env() {
  fi
  function repo {
    if [[ "${PWD}" == /google/cog/* ]]; then
      echo "\e[01;31mERROR:\e[0mrepo command is disallowed within Cog workspaces."
      echo -e "\e[01;31mERROR:\e[0mrepo command is disallowed within Cog workspaces."
      return 1
    fi
    ${ORIG_REPO_PATH} "$@"