tag 315946 + patch
thanks
Martin Schulze wrote:
>>Would you consider a fix for #315946 if uploaded to s-p-u?
> I'd like to see your proposed fix.
Ah, sorry. Here is the 1-line-patch patch.
My apologies for incorrectly assuming it had been in sarge before the
freeze but not checking until it was too late... :(
Kind regards
T.
--
Thomas Viehmann, http://thomas.viehmann.net/
--- ../y/phpgroupware-0.9.16.005/debian/phpgroupware.postinst 2005-07-05
16:03:00.000000000 +0200
+++ debian/phpgroupware.postinst 2005-07-06 17:27:05.000000000 +0200
@@ -60,7 +60,7 @@
# Get the web server type. both is for backward
compatibity
db_get "phpgroupware/webserver"
- if [ $( echo -n "$RET" | tr '[A-Z]' '[a-z]' ) = "both"
] ; then
+ if [ "$( echo -n $RET | tr '[A-Z]' '[a-z]' )" = "both"
] ; then
webservers="apache apache-ssl"
else
webservers=$(echo -n "$RET" | tr '[A-Z,]' '[a-z ]' )