diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 00:07:29 +0000 |
commit | 2162b2d2265b5a190e84216b529977d83162f9cc (patch) | |
tree | ac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/csh/exec.c | |
parent | 236bb30377a429eb08bcef5e354d39c7bb40bb92 (diff) |
Notes
Diffstat (limited to 'bin/csh/exec.c')
-rw-r--r-- | bin/csh/exec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/exec.c b/bin/csh/exec.c index 488805a852cce..5a444f3b6f9e4 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: exec.c,v 1.2 1994/09/24 02:53:59 davidg Exp $ */ #ifndef lint @@ -50,7 +50,7 @@ static char sccsid[] = "@(#)exec.c 8.1 (Berkeley) 5/31/93"; # include <stdarg.h> #else # include <varargs.h> -#endif +#endif #include "csh.h" #include "extern.h" @@ -696,7 +696,7 @@ tellmewhat(lex) if (eq(sp->word, str2short(bptr->bname))) { if (aliased) prlex(cshout, lex); - (void) fprintf(cshout, "%s: shell built-in command.\n", + (void) fprintf(cshout, "%s: shell built-in command.\n", vis_str(sp->word)); sp->word = s0; /* we save and then restore this */ return; |