summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajarshi Das <drajarshi@in.ibm.com>2017-08-24 04:28:49 -0500
committerRajarshi Das <drajarshi@in.ibm.com>2017-08-24 04:28:49 -0500
commitf9da5d6feb3c407cd24c88d61b73d7d01b2d1400 (patch)
treefbdbfe070ae4d5c0a78397fa70299504b4a73c82
parent3d5b8bfd744472e26f547246679a6d460c85f1cb (diff)
parent00a122b33abbe9596fa12807e73bb00f1a227d5e (diff)
downloadima-catalog-f9da5d6feb3c407cd24c88d61b73d7d01b2d1400.tar.gz
ima-catalog-f9da5d6feb3c407cd24c88d61b73d7d01b2d1400.zip
Merge remote-tracking branch 'maddy/dev_fix'
-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