Removed backticks
Yes. Signed-off-by: Simo Leone <simo@archlinux.org>
This commit is contained in:
parent
397bf04bae
commit
83968fd697
1 changed files with 1 additions and 1 deletions
2
mkusbimg
2
mkusbimg
|
@ -26,7 +26,7 @@
|
||||||
next_avail_loop()
|
next_avail_loop()
|
||||||
{
|
{
|
||||||
for i in /dev/loop/*; do
|
for i in /dev/loop/*; do
|
||||||
echo `losetup -a|cut -d':' -f1` | grep -q $i
|
echo $(losetup -a|cut -d':' -f1) | grep -q $i
|
||||||
if [ $? -eq 1 ]; then
|
if [ $? -eq 1 ]; then
|
||||||
echo $i
|
echo $i
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue