diff options
author | Brian Norris <computersforpeace@gmail.com> | 2011-06-27 11:27:20 -0700 |
---|---|---|
committer | Artem Bityutskiy <dedekind1@gmail.com> | 2011-06-29 08:42:38 +0300 |
commit | 15f5f89995de6f10a5dc7b30ebf87d856c4e1127 (patch) | |
tree | 8eb845b328f07685164ce8b078cf74851e74fa2e /tests/jittertest/filljffs2.sh | |
parent | 6977ec0308678514ea4450e25e9d443a787da12e (diff) |
mtd-utils: remove whitespace at end of lines
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
Diffstat (limited to 'tests/jittertest/filljffs2.sh')
-rw-r--r-- | tests/jittertest/filljffs2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jittertest/filljffs2.sh b/tests/jittertest/filljffs2.sh index 10651f4..d8c2a83 100644 --- a/tests/jittertest/filljffs2.sh +++ b/tests/jittertest/filljffs2.sh @@ -8,7 +8,7 @@ while [ $(( 1 )) -gt $(( 0 )) ] do cp $1 $2 - rm $2 + rm $2 df |grep mtd > /dev/console echo "sleeping $3" sleep $3 |