Carlos Robinson changed bug 567324
What Removed Added
Flags needinfo?(carlos.e.r@opensuse.org)  

Comment # 26 on bug 567324 from
(In reply to Dr. Werner Fink from comment #24)


> Please add two lines
> 
>   tmp=$(mktemp /tmp/lang.sh.XXXXXX) && echo $(date): lang.sh ${1+"$@"} > $tmp

This makes the login to hang. I had to init 3; edit the line in tty1 ; init 5.

I commented the line and instead wrote:

date >> /tmp/carlos.tmp

which duly produced:

Gestor:~ # cat /tmp/carlos.tmp 
Tue Feb 23 13:16:53 CET 2016
Tue Feb 23 13:16:53 CET 2016
Tue Feb 23 13:16:53 CET 2016
Tue Feb 23 13:17:09 CET 2016
Gestor:~ #

So the file is sourced or run.

Mmm... next step?  :-?


You are receiving this mail because: