No, same thing when they aren't marked as executable. From the current MacOS X 64 Bit version of Factor:
$ ls -l /Applications/factor/extra/webapps/ip/ total 16 -rw-r--r--@ 1 stesch admin 603 22 Nov 02:47 ip.factor -rw-r--r--@ 1 stesch admin 161 22 Nov 02:47 ip.xml $ xattr -l /Applications/factor/extra/webapps/ip/ip.factor com.apple.quarantine: 0000;4b09051d;Firefox.app;|org.mozilla.firefox Slava Pestov <[email protected]> wrote: > Is this because the files are marked executable? When I edit a .factor > file on Windows, git decides that it should be marked executable. > > Slava > > On Sat, Nov 21, 2009 at 9:45 AM, Stefan Scholl <[email protected]> wrote: >> When you install Factor from the disk image, the system thinks >> all those files are dangerous. >> >> That's really annoying when you just want to load some of the >> source files into an editor. >> >> >> To get rid of the warnings: >> >> $ find /Applications/factor/ -print0 | xargs -0 xattr -d com.apple.quarantine >> >> >> -- >> Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/ >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Factor-talk mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/factor-talk >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july -- Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
