* shell script mode sees << in comments
@ 2004-04-25 5:21 Dan Jacobson
0 siblings, 0 replies; only message in thread
From: Dan Jacobson @ 2004-04-25 5:21 UTC (permalink / raw)
In shell script mode, hitting TAB on wget says 'done' is not found.
#!/bin/sh -e
#my version of apt-zip
#cat<<EOF
while read url file size md5
do
wget -nc -t3 -nv -O $file $url
done
It's all due to the <<EOF hidden in the comment
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-04-25 5:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-25 5:21 shell script mode sees << in comments Dan Jacobson
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.