summaryrefslogtreecommitdiffstats
path: root/tests/make_uboot_v2_env
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2008-10-30 14:55:59 +0000
committerWolfram Sang <w.sang@pengutronix.de>2008-10-30 14:55:59 +0000
commitef5788f05a4f01b8c9716cf20acbefb8ae28fdd6 (patch)
tree0b49fd769dad1cd40e355e41f1edcc4d36a624a8 /tests/make_uboot_v2_env
parentb7acd82c4bb3f68446fde401d6806ce74200b0eb (diff)
downloadptxdist-ef5788f05a4f01b8c9716cf20acbefb8ae28fdd6.tar.gz
ptxdist-ef5788f05a4f01b8c9716cf20acbefb8ae28fdd6.tar.xz
* tests: further updates
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8998 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'tests/make_uboot_v2_env')
-rwxr-xr-xtests/make_uboot_v2_env2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/make_uboot_v2_env b/tests/make_uboot_v2_env
index 23d06ffc1..e75e19683 100755
--- a/tests/make_uboot_v2_env
+++ b/tests/make_uboot_v2_env
@@ -1,5 +1,7 @@
#!/bin/bash
+#FIXME: quit if error
+
PTXDIST_SETENV_U_BOOT_V2_ENV="${1}"
ENVTMPDIR="$(mktemp -d "${PTXDIST_TEMPDIR}/uboot_v2_env.XXXXXX")"