Skip to content
This repository has been archived by the owner. It is now read-only.

[trident-build] Issue #6: Fixed the issue of CLI manifest option not overriding manifest for ISO #7

Merged
merged 1 commit into from Oct 10, 2018
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -36,7 +36,7 @@ if [ ! -f "${TRUEOS_MANIFEST}" ] ; then
echo "[ERROR] Specified manifest cannot be found: ${TRUEOS_MANIFEST}"
return 1
fi
TRUEOS_MANIFEST=`realpath -q "${TRUEOS_MANIFEST}"`
export TRUEOS_MANIFEST=`realpath -q "${TRUEOS_MANIFEST}"`

#Perform any directory replacements in the manifest as needed
grep -q "%%PWD%%" "${TRUEOS_MANIFEST}"