diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-10-05 00:40:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-10-05 00:40:38 +0200 |
commit | 33ed3a3f0d71c45118901590738b81721cca2a0f (patch) | |
tree | af8a3c082b1cdd3930e3fafdf48bdbc86bae7dd9 | |
parent | ec3a3c5f18c0c088c760b7228c39e19e37e1896f (diff) |
readrom: add trailing newline
-rwxr-xr-x | commandline/examples/ds2482-100-readrom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commandline/examples/ds2482-100-readrom b/commandline/examples/ds2482-100-readrom index ae4b7bd..88df4de 100755 --- a/commandline/examples/ds2482-100-readrom +++ b/commandline/examples/ds2482-100-readrom @@ -37,4 +37,4 @@ b2=$(vusb-i2cget 0x18 0xe1 0xe1) vusb-i2cset 0x18 0x96 || echo "failed to initiate read" b1=$(vusb-i2cget 0x18 0xe1 0xe1) -printf "%02X%02X%02X%02X%02X%02X%02X%02X" $b1 $b2 $b3 $b4 $b5 $b6 $b7 $b8 +printf "%02X%02X%02X%02X%02X%02X%02X%02X\n" $b1 $b2 $b3 $b4 $b5 $b6 $b7 $b8 |