mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
don't reference nonexistent functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user