emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Shell-script mode: "for i[;] do"


From: Dan Jacobson
Subject: Shell-script mode: "for i[;] do"
Date: Mon, 13 Nov 2006 00:51:01 +0800

Gentlemen, one needs the ";" for the echo line to be TAB indented
properly:
#!/bin/sh
for i; do
    echo o
done

But we all know that "for i do" is also legal.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]