]> git.lyx.org Git - features.git/commitdiff
add LyX-2.0 to the list of potential ABS_USER_LYXDIR values
authorStephan Witt <switt@lyx.org>
Thu, 22 Jul 2010 16:35:25 +0000 (16:35 +0000)
committerStephan Witt <switt@lyx.org>
Thu, 22 Jul 2010 16:35:25 +0000 (16:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35005 a592a061-630c-0410-9148-cb99ea01b6c8

development/MacOSX/lyxeditor

index d1e17cb6ce3292d0845484eff9eae5fa7d1898a8..d2989859ea8b88331a8e6ac45b2d4f0e9af1947f 100755 (executable)
@@ -37,11 +37,11 @@ q
 
 USER_SUPPORT="${HOME}/Library/Application Support"
 test -d "${USER_SUPPORT}" || {
-       echo "Something horrible is going on. No user support directory $ {USER_SUPPORT}" >&2 
+       echo "Something horrible is going on. No user support directory ${USER_SUPPORT}" >&2 
        exit 1
 }
 
-for LYXDIR in LyX-1.6 LyX-1.5 LyX-1.4 LyX
+for LYXDIR in LyX-2.0 LyX-1.6 LyX-1.5 LyX-1.4 LyX
 do
        ABS_USER_LYXDIR="${USER_SUPPORT}/${LYXDIR}"
        test -d "${ABS_USER_LYXDIR}" || {