Re: Big bug in shell scripting in Applescript
Re: Big bug in shell scripting in Applescript
- Subject: Re: Big bug in shell scripting in Applescript
- From: Christopher Stone <email@hidden>
- Date: Thu, 04 Aug 2011 18:19:09 -0500
Blinkin' sh has its own 'echo' command.
If you want to be able to use 'echo' with the '-n' switch you have to make the explicit call:
set mySuffix to quoted form of "What the blinking hell?
" set cmd to "/bin/echo -n " & mySuffix do shell script cmd without altering line endings
-- Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden