]> git.pld-linux.org Git - packages/redis.git/blob - redis-tcl.patch
- updated to 6.2.11, solves:
[packages/redis.git] / redis-tcl.patch
1 diff -ur redis-2.8.2.orig/runtest redis-2.8.2/runtest
2 --- redis-2.8.2.orig/runtest    2013-12-02 16:07:46.000000000 +0100
3 +++ redis-2.8.2/runtest 2013-12-04 21:57:48.613385391 +0100
4 @@ -1,10 +1,6 @@
5  #!/bin/sh
6 -TCL_VERSIONS="8.5 8.6 8.7"
7 -TCLSH=""
8 -
9 -for VERSION in $TCL_VERSIONS; do
10 -       TCL=`which tclsh$VERSION 2>/dev/null` && TCLSH=$TCL
11 -done
12 +TCLSH="tclsh"
13 +TCL="tclsh"
14  
15  if [ -z $TCLSH ]
16  then
17 diff -ur redis-2.8.2.orig/utils/speed-regression.tcl redis-2.8.2/utils/speed-regression.tcl
18 --- redis-2.8.2.orig/utils/speed-regression.tcl 2013-12-02 16:07:46.000000000 +0100
19 +++ redis-2.8.2/utils/speed-regression.tcl      2013-12-04 22:03:43.745711543 +0100
20 @@ -1,4 +1,4 @@
21 -#!/usr/bin/env tclsh8.5
22 +#!/usr/bin/tclsh
23  # Copyright (C) 2011 Salvatore Sanfilippo
24  # Released under the BSD license like Redis itself
25  
This page took 0.084074 seconds and 3 git commands to generate.