summaryrefslogtreecommitdiff
path: root/audio/timidity/patches/patch-be
blob: 42755dea21f08f72716235664d61b7c2055c904b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- misc.tcl.orig	Fri Mar 29 04:19:49 1996
+++ misc.tcl	Sat Mar  7 14:17:27 1998
@@ -207,7 +207,7 @@
 proc my-random {max} {
     global pseudo_random
     if {$pseudo_random} {
-	return [expr [exec bash -c {echo $RANDOM}] % $max]
+	return [exec jot -r 1 0 [expr $max - 1]]
     } else {
 	return [random $max]
     }