Unix Technical Forum

Re: ksh doesn't show trace in fuctions

This is a discussion on Re: ksh doesn't show trace in fuctions within the lucky.openbsd.tech forums, part of the OpenBSD category; --> Han Boetes dixit: >Hi, > >~$ proc(){ >> ls foo >> } >~$ set -x >~$ proc >+ proc ...


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > lucky.openbsd.tech

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-22-2008, 12:03 PM
Thorsten Glaser
 
Posts: n/a
Default Re: ksh doesn't show trace in fuctions

Han Boetes dixit:

>Hi,
>
>~$ proc(){
>> ls foo
>> }

>~$ set -x
>~$ proc
>+ proc
>ls: foo: No such file or directory
>~$


tg@odem:/home/tg $ function proc
> {
> ls foo
> }

tg@odem:/home/tg $ proc
ls: foo: No such file or directory
tg@odem:/home/tg $ typeset -ft proc
tg@odem:/home/tg $ proc
+ ls foo
ls: foo: No such file or directory
tg@odem:/home/tg $


HTH,
//mirabile
--
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence. -- Coywolf Qi Hunt

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 01:10 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com