diff options
| author | JiHO <jiho-sf@users.sourceforge.net> | 2009-05-19 18:17:11 +0000 |
|---|---|---|
| committer | jiho-sf <jiho-sf@users.sourceforge.net> | 2009-05-19 18:17:11 +0000 |
| commit | dc7f7aa3a4e0f42c24192918e1a9e7df9c61cb53 (patch) | |
| tree | 5a0a8fbb3d0589b2dc310d74fe144bd99589b15b /packaging | |
| parent | Updated Ukrainian translation from Yuri Chornoivan (diff) | |
| download | inkscape-dc7f7aa3a4e0f42c24192918e1a9e7df9c61cb53.tar.gz inkscape-dc7f7aa3a4e0f42c24192918e1a9e7df9c61cb53.zip | |
Quoted some more home directory calls
Accomodate for spaces in $HOME
(bzr r7911)
Diffstat (limited to 'packaging')
| -rwxr-xr-x | packaging/macosx/Resources/script | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macosx/Resources/script b/packaging/macosx/Resources/script index e6b7b224d..c58361d86 100755 --- a/packaging/macosx/Resources/script +++ b/packaging/macosx/Resources/script @@ -39,12 +39,12 @@ if [[ $VERSION -le 4 ]]; then ps -wx -ocommand | grep -e '[X]11' > /dev/null || exit 11 # Warn the user about time-consuming generation of fontconfig caches. - test -f ${HOME}/.inkscape/.fccache-new || exit 12 + test -f "${HOME}/.inkscape/.fccache-new" || exit 12 else # Leopard onwards... # Warn the user about time-consuming generation of fontconfig caches. - test -d ${HOME}/.fontconfig || exit 12 + test -d "${HOME}/.fontconfig" || exit 12 fi |
