Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: yoshi314 on November 06, 2012, 03:33:29 AM

Title: [4.7] commands named exactly as their ondemand packages cannot be started
Post by: yoshi314 on November 06, 2012, 03:33:29 AM
when using svn in ondemand, command 'svn' always invokes the ondemand svn command, even if svn package is already loaded.

Any attempt to run 'svn' results in 'Already loaded. Call from regular menu or terminal."

The only way to fix this is to invoke svn by full path.

The odd thing is, 'which svn' points to /usr/local/bin/svn, which appears correct.

Same thing happens with strace. If i would use mc in ondemand mode, i suppose it might happen as well.
Title: Re: [4.7] commands named exactly as their ondemand packages cannot be started
Post by: gerald_clark on November 06, 2012, 08:57:15 AM
hash -r
Title: Re: [4.7] commands named exactly as their ondemand packages cannot be started
Post by: yoshi314 on November 08, 2012, 08:19:17 AM
hash -r

i can't believe i forgot that. in single tty mode, it could be issued by default. or at least show a reminder to a user?