Index: openacs-4/packages/file-storage/www/file-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/file-add.tcl,v diff -u -N -r1.20.2.6 -r1.20.2.7 --- openacs-4/packages/file-storage/www/file-add.tcl 1 Oct 2016 11:04:31 -0000 1.20.2.6 +++ openacs-4/packages/file-storage/www/file-add.tcl 27 Nov 2016 12:19:35 -0000 1.20.2.7 @@ -122,7 +122,7 @@ {description:text(textarea),optional {label \#file-storage.Description\#} {html "rows 5 cols 35"}} } -if [catch {set binary [exec $unpack_binary]} errormsg] { +if {[catch {set binary [exec $unpack_binary]} errormsg]} { set unpack_bin_installed 0 } else { set unpack_bin_installed 1