summaryrefslogtreecommitdiff
path: root/src/toru/toru-path
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-08-09 00:35:39 -0400
committerAndreas Grapentin <andreas@grapentin.org>2022-01-18 17:29:36 +0100
commit4fc356ae8183780fc5a6dd875600fd0e3ee9d6fd (patch)
tree7759d2fc73f10a4f0d8557d47bce2c187c042343 /src/toru/toru-path
parent232d080e889f92d0099c52ce9bf3cedc70008ca5 (diff)
normalize `source` calls
Diffstat (limited to 'src/toru/toru-path')
-rwxr-xr-xsrc/toru/toru-path6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/toru/toru-path b/src/toru/toru-path
index 84b3d4c..d9c35e6 100755
--- a/src/toru/toru-path
+++ b/src/toru/toru-path
@@ -20,8 +20,10 @@
# 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 messages)"
-. "$(librelib conf)"
+
+source "$(librelib conf)"
+source "$(librelib messages)"
+
usage() {
print 'Usage: [T=$TORUPATH] [V=true] [F=true] %q [-h]' "${0##*/}"