dev_cli: Remove the use of undefined '$libc' for the 'shell' command

Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
Bo Chen 2020-08-05 09:07:05 -07:00 committed by Sebastien Boeuf
parent 8e8ec74b2a
commit f65372ea4a

View File

@ -369,7 +369,6 @@ cmd_shell() {
--volume "$CLH_ROOT_DIR:$CTR_CLH_ROOT_DIR" \
--volume "$CLH_INTEGRATION_WORKLOADS:$CTR_CLH_INTEGRATION_WORKLOADS" \
--env USER="root" \
--env CH_LIBC="${libc}" \
--entrypoint bash \
"$CTR_IMAGE"