Mercurial > trustbridge
comparison packaging/linux-installer.inc.in @ 725:ce3e33e66a17
Fixed cert deinstallation for prefix-paths containing space.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 02 Jul 2014 19:31:51 +0200 |
parents | d280e2d39d5a |
children | feaabee15e72 |
comparison
equal
deleted
inserted
replaced
724:d280e2d39d5a | 725:ce3e33e66a17 |
---|---|
178 | 178 |
179 echo "Uninstalling certificates ..." | 179 echo "Uninstalling certificates ..." |
180 | 180 |
181 if [ "$certlist" ] ; then | 181 if [ "$certlist" ] ; then |
182 echo "Using certificate list '$certlist'." | 182 echo "Using certificate list '$certlist'." |
183 if [ -x $cinst ] ; then | 183 if [ -x "$cinst" ] ; then |
184 "$cinst" "list=$certlist" "choices=uninstall" | 184 "$cinst" "list=$certlist" "choices=uninstall" |
185 else | 185 else |
186 echo >&2 "WARNING: can't execute $cinst for certificate deinstallation." | 186 echo >&2 "WARNING: can't execute $cinst for certificate deinstallation." |
187 fi | 187 fi |
188 else | 188 else |