openj / core

abandoned, please check out https://github.com/jsoftware/jsource
https://github.com/jsoftware/jsource
118 stars 26 forks source link

Fix stdlib.ijs syntax error. #35

Closed sblom closed 12 years ago

sblom commented 12 years ago

Line 349 of stdlib.ijs causes the following error: |domain error | def_path=.>(IFDEF'android'){ ':/usr/local/lib:/usr/lib:/usr/lib/ccs/lib:/etc/lib:/lib':'/system/lib'

The : should be a ; in order to construct the list of alternatives for the conditional choice.