This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Simple shell script not working


This is the 2-line shell script I'm trying to run:


#! /bin/sh

touch test.txt


The privledges are set to 777

I get the error output line:  " bash: $'\r': command not found "
for each command I put in the script, including cd, touch, ls, etc.  Echo is
the only one that works for some reason.  Anybody have any ideas on how to
fix this?
-- 
View this message in context: http://www.nabble.com/Simple-shell-script-not-working-tf4171206.html#a11866789
Sent from the Cygwin Users mailing list archive at Nabble.com.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]