Thread
:
Prevent usage of scratchbox built-in tools
View Single Post
gregoranderson
2012-08-09 , 15:19
Posts: 244 | Thanked: 354 times | Joined on Jul 2010 @ Scotland
#
4
Just a quick guess, but try alias?
Code:
alias autoconf='path/to/autoconf'
Replace path to autoconf with the full path to your autoconf.
To unalias (return to the shell built-in), just do the following:
Code:
unalias autoconf
Quote & Reply
|
The Following User Says Thank You to gregoranderson For This Useful Post:
marmistrz
gregoranderson
View Public Profile
Send a private message to gregoranderson
Find all posts by gregoranderson