GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of timburks/nu
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/chapados/nu.git
Added '/Developer/usr/bin/momc' to momc search path in nuke
chapados (author)
Mon Jun 16 16:28:09 -0700 2008
commit  9da4ff251ba8bf75e416e1cf02e8fe8c1eab7b6c
tree    5f79b00d30dd245a0a7a73e03026369b20176529
parent  e9a96cd71fc80b60eccaac6b0b67f65d86c43711
...
212
213
214
215
 
 
216
217
218
...
212
213
214
 
215
216
217
218
219
0
@@ -212,7 +212,8 @@
0
 (function momc-path ()
0
      (set momc nil)
0
      ('( "/Library/Application Support/Apple/Developer Tools/Plug-ins/XDCoreDataModel.xdplugin/Contents/Resources/momc"
0
- "/Developer/Library/Xcode/Plug-ins/XDCoreDataModel.xdplugin/Contents/Resources/momc")
0
+ "/Developer/Library/Xcode/Plug-ins/XDCoreDataModel.xdplugin/Contents/Resources/momc"
0
+ "/Developer/usr/bin/momc")
0
        each:
0
        (do (momc-path)
0
            (if (NSFileManager fileExistsNamed:momc-path)

Comments

    No one has commented yet.