From f3eab826ca598bd4f943eed09f5b502e1c18e52f Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Mon, 26 Jul 2021 09:14:38 -0400 Subject: [PATCH] don't reference nonexistent functions --- utilities/files.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/files.bash b/utilities/files.bash index 098698c..b1ded00 100644 --- a/utilities/files.bash +++ b/utilities/files.bash @@ -126,7 +126,7 @@ _parseFilename_() { # $PARSE_PATH - Path to the file # $PARSE_BASE - Name of the file WITH extension # $PARSE_BASENOEXT - Name of file WITHOUT extension - # $PARSE_EXT - The extension of the file (from _ext_()) + # $PARSE_EXT - The extension of the file # USAGE: _parseFilename_ "some/file.txt" # Error handling