don't reference nonexistent functions

This commit is contained in:
Nathaniel Landau
2021-07-26 09:14:38 -04:00
parent def3122a7c
commit f3eab826ca

View File

@@ -126,7 +126,7 @@ _parseFilename_() {
# $PARSE_PATH - Path to the file # $PARSE_PATH - Path to the file
# $PARSE_BASE - Name of the file WITH extension # $PARSE_BASE - Name of the file WITH extension
# $PARSE_BASENOEXT - Name of file WITHOUT 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" # USAGE: _parseFilename_ "some/file.txt"
# Error handling # Error handling