diff options
Diffstat (limited to 'src/toru/toru-where')
-rwxr-xr-x | src/toru/toru-where | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toru/toru-where b/src/toru/toru-where index e70d135..e042146 100755 --- a/src/toru/toru-where +++ b/src/toru/toru-where @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. $(librelib conf.sh) +. "$(librelib conf.sh)" load_files libretools check_vars libretools TORUPATH || exit 1 |