File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,9 @@ test: all
235
235
if [ -d " ` grep ^LDrawDir ~ /.ldviewrc | cut -f2 -d=` " ] ; then \
236
236
echo LDraw dir \( ~/.ldviewrc\) : \
237
237
` grep ^LDrawDir ~ /.ldviewrc | cut -f2 -d=` ; \
238
+ elif [ -f " ` grep ^LDrawZip ~ /.ldviewrc | cut -f2 -d=` " ] ; then \
239
+ echo LDraw zip \( ~/.ldviewrc\) : \
240
+ ` grep ^LDrawZip ~ /.ldviewrc | cut -f2 -d=` ; \
238
241
else \
239
242
echo ERROR LDraw dir \
240
243
` grep ^LDrawDir ~ /.ldviewrc | cut -f2 -d=` \
@@ -245,6 +248,9 @@ test: all
245
248
if [ -d " ` grep ^LDrawDir ~ /.config/LDView/ldviewrc | cut -f2 -d=` " ] ; then \
246
249
echo LDraw dir \( ~/.config/LDView/ldviewrc\) : \
247
250
` grep ^LDrawDir ~ /.config/LDView/ldviewrc | cut -f2 -d=` ; \
251
+ elif [ -f " ` grep ^LDrawZip ~ .config/LDView/ldviewrc | cut -f2 -d=` " ] ; then \
252
+ echo LDraw zip \( ~/.config/LDView/ldviewrc\) : \
253
+ ` grep ^LDrawZip ~ /.config/LDView/ldviewrc | cut -f2 -d=` ; \
248
254
else \
249
255
echo ERROR LDraw dir \
250
256
` grep ^LDrawDir ~ /.config/LDView/ldviewrc | cut -f2 -d=` \
You can’t perform that action at this time.
0 commit comments