tools: mkimport.sh: Add support relative file path
Summary: - mkimport.sh only accepted absolute file path - This commit adds support relative file path Impact: - None Testing: - Build (mkimport, make import) with sama5d4-ek:knsh Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
cecc83d6b9
commit
eeed03b174
@ -35,7 +35,7 @@ while [ ! -z "$1" ]; do
|
||||
;;
|
||||
-x )
|
||||
shift
|
||||
EXPORT=$1
|
||||
EXPORT=$(realpath $1)
|
||||
;;
|
||||
-z )
|
||||
TGZ=y
|
||||
|
Loading…
Reference in New Issue
Block a user