ID: 39265 Updated by: [EMAIL PROTECTED] Reported By: michal dot taborsky at gmail dot com -Status: Open +Status: Assigned Bug Type: Session related Operating System: Linux CentOS 4.4 PHP Version: 5.1.6 -Assigned To: +Assigned To: iliaa
Previous Comments: ------------------------------------------------------------------------ [2006-10-26 14:04:55] michal dot taborsky at gmail dot com Description: ------------ The script ext/session/mod_files.sh on our system fails: [EMAIL PROTECTED] ~]# ./mod_files.sh /tmp/session/ 3 6 expr: syntax error usage: ./mod_files.sh basedir depth The reason being this line: sh $0 $newpath `expr $2 - 1 $3` It can be fixed easily: sh $0 $newpath `expr $2 - 1` $3 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39265&edit=1