projects
/
bootimage-initfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
faed328
)
Fixed typo
Kyle Sheumaker [Tue, 13 Dec 2016 19:27:28 +0000 (13:27 -0600)]
etc/hardware_output.sh
patch
|
blob
|
history
diff --git
a/etc/hardware_output.sh
b/etc/hardware_output.sh
index
8e73fde
..
e8b6c5e
100755
(executable)
--- a/
etc/hardware_output.sh
+++ b/
etc/hardware_output.sh
@@
-18,7
+18,7
@@
disk_list() {
DISK_COUNT=`expr ${DISK_COUNT} + 1`
done
- for i in `ls -1 /dev/sd* | grep "/dev/sd[a-z]$`
+ for i in `ls -1 /dev/sd* | grep "/dev/sd[a-z]$"`
do
dev=`basename $i`
exists=`cat /proc/partitions | awk '{print $4}' | grep $dev`