]> git.saurik.com Git - redis.git/commitdiff
Merge pull request #500 from pietern/2.6-zipfix
authorSalvatore Sanfilippo <antirez@gmail.com>
Sun, 6 May 2012 08:03:15 +0000 (01:03 -0700)
committerSalvatore Sanfilippo <antirez@gmail.com>
Sun, 6 May 2012 08:03:15 +0000 (01:03 -0700)
Compare integers in ziplist regardless of encoding

utils/redis_init_script.tpl

index e0c5b2f88fe7fcc44a3d0c8cf62e377a78bff871..e2af1fe77571c191dab027e45f9ffecefe76432d 100755 (executable)
@@ -1,7 +1,7 @@
 
 case "$1" in
     start)
-        if [ -f $$PIDFILE ]
+        if [ -f $PIDFILE ]
         then
                 echo "$PIDFILE exists, process is already running or crashed"
         else