tce-setdrive has a broken --help guide:
tc@box:~$ tce-setdrive --help
Illegal option --
Usage: tce-setdrive { -l | -s }
From limited experience simply running tce-setdrive is all that is needed to "setup TCE directory to store downloaded and imported extensions". IIRC the drives are automatically scanned and a drive choice selection is presented. Nonetheless the script provides these -l and -s 'usage' options:
echo "Usage: tce-setdrive { -l | -s }"
Using limited script reading powers, unset LIST SETUP, LIST is for fetchDriveList, SETUP for setupSelectedDrive.
From a --help file actual usage perspective, would a user ever run tce-setdrive -l or tce-setdrive -s ? No, correct?
These are just handled internally by the script and all the user needs to know is run tce-setdrive , correct?