Replace backticks in shell scripts with S()
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
|
||||
dd if=/dev/zero bs=100 count=1 2>/dev/null \
|
||||
| LANG=C $PROG -f -b >/dev/null 2>$TMP1
|
||||
NUM=`tr '\r' '\n' < $TMP1 | tr -d ' '`
|
||||
NUM=$(tr '\r' '\n' < $TMP1 | tr -d ' ')
|
||||
test "$NUM" = "100B"
|
||||
|
||||
# EOF
|
||||
|
||||
Reference in New Issue
Block a user