Re: [Emc-users] bash & . ./scripts/rip-environment, moved directory?

2018-09-28 Thread theman whosoldtheworld
The directories was ok. The problem was my way to write the script. I solve with these one. (sorry for my bad language I'm in EU). #!/bin/sh cd '/home/bmeccoffice/linuxcnc-dev' scripts/rip-environment linuxcnc regards bkt Il giorno gio 27 set 2018 alle ore 19:36 Nicklas Karlsson <

Re: [Emc-users] bash & . ./scripts/rip-environment, moved directory?

2018-09-27 Thread Nicklas Karlsson
On Thu, 27 Sep 2018 19:00:00 +0200 theman whosoldtheworld wrote: > I try to run this simple script: > > #!/bin/sh > > cd '/home/bmeccoffice/linuxcnc-dev' > > . ./scripts/rip-environment > > linuxcnc > but in terminal I get an error about . ./ obviusly in a bash script is not > accept these