Remove the dot typo in extra-data script

Change-Id: I86de8544ae2eafb330a13e6a8b0f0e0721607fbb
This commit is contained in:
Kui Shi 2013-11-30 07:38:49 +08:00
parent ed0b20516a
commit dd0a68cb90

View File

@ -3,7 +3,7 @@
set -e
source $_LIB/die
[ -n "$TMP_HOOKS_PATH." ] || die "Temp hook path not set"
[ -n "$TMP_HOOKS_PATH" ] || die "Temp hook path not set"
echo "$DIB_ENV" > $TMP_HOOKS_PATH/dib_environment
echo "$DIB_ARGS" > $TMP_HOOKS_PATH/dib_arguments