From 88b8242cefe856875931d1d68f8754474f78730e Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Thu, 21 Apr 2022 23:25:17 -0700 Subject: [PATCH] Fix typo --- tools/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/docker-entrypoint.sh b/tools/docker-entrypoint.sh index b6aef4e..131355f 100755 --- a/tools/docker-entrypoint.sh +++ b/tools/docker-entrypoint.sh @@ -38,6 +38,7 @@ docker_setup_env() { # not needed. In fact, it can cause problems since the # setup script will manipulate LD_LIBRARY_PATH. #source cmbenv + echo "" > /dev/null } _main() {