Cantanker wrote:
> for i in "Delays.include.orc" \
> "Effects.Header.orc" \
> "HRTF_Stereo.include.orc" \
> "HRTF_parameters.include.orc" \
> "Plain_Stereo.include.orc" \
> "Spatial_Stereo.include.orc" ; do
>
> rm -f "~/music/cs/include/${i}"
> cp -a "./${i} ~/music/cs/include"
^^^^^^^^^^^^^^^^^^^^^^^^^^^
here is your real bug... cp needs two parameters, source and dest. Its
only getting one because you've put "'s around the whole thing. Change
it to: cp -a "./${i}" "~/music/cs/include"
> chown 0:0 "~/music/cs/include/${i}"
> chmod 444 "~/music/cs/include/${i}" ;
> done
Matthew
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text