removed 2 spaces
authorDavid Kaufmann <astra@fsinf.at>
Fri, 4 Nov 2011 22:53:39 +0000 (23:53 +0100)
committerDavid Kaufmann <astra@fsinf.at>
Fri, 4 Nov 2011 22:53:39 +0000 (23:53 +0100)
openmp/merge/generate_random.sh

index deb5126ea27d7182c772e91c1e0fa0b962051166..cc88cb5f048839da06f60e822b2be10efea2f247 100755 (executable)
@@ -52,8 +52,8 @@ rm -f unsorted1 unsorted2
 
 rm -f numlist.h
 echo "#define LISTSIZE ${VALUES}" >> numlist.h
-echo "extern int a[" `expr ${VALUES} + 1` "];" >> numlist.h
-echo "extern int b[" `expr ${VALUES} + 1` "];" >> numlist.h
+echo "extern int a["`expr ${VALUES} + 1`"];" >> numlist.h
+echo "extern int b["`expr ${VALUES} + 1`"];" >> numlist.h
 
 rm -f numlist.c
 cat numlist1.c >> numlist.c