fipro78 commented on issue #71:
URL: https://github.com/apache/felix-atomos/issues/71#issuecomment-1263452760

   The issue about the `resolve` command seems to come out of this gosh_profile 
line
   
   ```
   if { $.gosh_quiet } { } { cat ($0 resolve motd) }
   ```
   
   In the substrate version the resolve seems to be not resolved correctly for 
whatever reason (I wonder why it works as resolve takes a Bundle[] argument and 
motd is a simple file). I changed this to
   
   ```
   if { $.gosh_quiet } { } { cat ./etc/motd }
   ```
   
   which makes an assumption on the location of the motd file. Maybe this can 
be done in a more elegant way, but my Gogo shell scripting knowledge is not 
that experienced.
   
   Anyhow, it doesn't seem to be an issue in Atomos, maybe interesting for the 
examples to add the handling of the exit command etc. I'll leave it to the 
Atomos team if the ticket should be closed or not, dependent on the decision if 
it is important for the examples.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to