summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/stagefile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/stagefile.sh b/functions/stagefile.sh
index 6249e9cf9..e0b4c51bb 100755
--- a/functions/stagefile.sh
+++ b/functions/stagefile.sh
@@ -64,7 +64,7 @@ Remove_stagefile ()
}
# Ensure that all specified stagefiles exist (and thus that all associated stages are complete)
-Require_stagefile ()
+Require_stagefiles ()
{
if [ $# -eq 0 ]; then
Echo_warning "Bad `Require_stagefile` usage, no params were supplied"