From 119d8cbf93d2ae16f22d0db0648857965d895148 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 6 Jun 2015 16:48:00 -0600 Subject: xbs-abs: oops, was missing an argument to check_vars --- src/xbs-abs/helper-abs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/xbs-abs/helper-abs b/src/xbs-abs/helper-abs index e9aac36..d7e2499 100755 --- a/src/xbs-abs/helper-abs +++ b/src/xbs-abs/helper-abs @@ -35,7 +35,7 @@ load_config() { . "$(librelib conf.sh)" load_files xbs-abs # SVNUSER is optional - check_vars SVNDIR SVNREPOS ARCHES || exit 1 + check_vars xbs-abs SVNDIR SVNREPOS ARCHES || exit 1 } # This is taken from dbscripts:db-fuctions -- cgit v1.2.2