common/rc: Prevent _scale_fsstress_args from consuming -n

If first argument is -n, echo consumes it.

Signed-off-by: Kusanagi Kouichi <slash@ac.auone-net.jp>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Kusanagi Kouichi
2019-12-03 21:10:47 +09:00
committed by Eryu Guan
parent 5568077041
commit ccef999f47
+1 -1
View File
@@ -3439,7 +3439,7 @@ _scale_fsstress_args()
esac
shift
done
echo $args
printf '%s\n' "$args"
}
#