About the file format of configure file...
Posted: Wed May 27, 2009 8:14 pm
Hi there, I'm a CodeLite user on Linux (Debian).
Today I update my CodeLite trunk to r2842 using `svn up', then do
But bash (version 3.2.48(1)-release) complained about:
It is apparent the issue of DOS file format. But I had no idea why this bit my today. I remembered there was no such issue when I last updated.
Is it possible to force this file as UNIX file format?
Today I update my CodeLite trunk to r2842 using `svn up', then do
Code: Select all
./configure --prefix=/home/cyt/opt/codelite --plugins-dir=/home/cyt/opt/lib/codelite
Code: Select all
bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
Is it possible to force this file as UNIX file format?