Whamcloud - gitweb
LU-6484 build: remove unused LIBLUSTRE stuff
[fs/lustre-release.git] / lustre / tests / racer / file_concat.sh
index 38181ad..de194b8 100755 (executable)
@@ -9,8 +9,8 @@ concat(){
 
 }
 
-while /bin/true ; do 
-    file=$(($RANDOM%$MAX))
-    new_file=$(($RANDOM%$MAX))
+while /bin/true ; do
+    file=$((RANDOM % MAX))
+    new_file=$((RANDOM % MAX))
     concat 2> /dev/null
 done