[TxMt] Re: interpreter failed: Permission denied error?

Ian Duncan iand675 at gmail.com
Wed Apr 8 15:06:48 UTC 2009


Ok, I've gotten past the "permission denied" error, but now I get  
"interpreter failed: Exec format error". What is wrong now?

Thanks again!

Here's the script currently
#!/usr/local/bin/runghc
module Main
where
import System.Cmd


main = putStrLn "FOO"

{-
	do
	c <- getContents
	system ("/Users/ian/.cabal/bin/pointfree \"" ++ c ++ "\"")
-}

-Ian



More information about the textmate mailing list