summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 450d0f2..25c6038 100755
--- a/build.sh
+++ b/build.sh
@@ -150,10 +150,10 @@ rm -rf $TMPFILE
if [ "$3" == "dev" ]; then
if [ "$2" == "POWER8" ]; then
- $bs_value=32
+ bs_value=32
else
- $bs_value=256
+ bs_value=256
fi
-$1/dd if=./ima_catalog.bin bs=${bs_value}K count=1 > ./ima_catalog.temp.bin
+dd if=./ima_catalog.bin bs=${bs_value}K count=1 > ./ima_catalog.temp.bin
$1/ecc --inject ./ima_catalog.temp.bin --output ./ima_catalog.bin.ecc --p8
fi
OpenPOWER on IntegriCloud