Fix load_some() installation to handle file paths instead of names.
authorGreg Nofi <crackityjones2004-g@yahoo.com>
Tue, 15 May 2012 00:05:06 +0000 (20:05 -0400)
committerGreg Nofi <crackityjones2004-g@yahoo.com>
Tue, 15 May 2012 00:05:06 +0000 (20:05 -0400)
commit76326490ece46a0b78254353855584e31764c9f8
tree7a23319d3f19653638674b7273d2543975c3f035
parent54680bd83a64bb496498c6083d8d2ba37b2adb20
Fix load_some() installation to handle file paths instead of names.

The ls command in for loop has a pattern now, so full paths are
returned. The user prompt and symbolic link have been updated to handle
this.

Also, not all plugins have '.plugin.' in the middle of their names and
weren't showing up on user prompt. With this commit, everything after
the first period in the file name is stripped.
install.sh