diff options
Diffstat (limited to 'scripts/libmakepkg/executable/vcs.sh.in')
-rw-r--r-- | scripts/libmakepkg/executable/vcs.sh.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/libmakepkg/executable/vcs.sh.in b/scripts/libmakepkg/executable/vcs.sh.in index 46631f39..021e1633 100644 --- a/scripts/libmakepkg/executable/vcs.sh.in +++ b/scripts/libmakepkg/executable/vcs.sh.in @@ -23,7 +23,8 @@ LIBMAKEPKG_EXECUTABLE_VCS_SH=1 LIBRARY=${LIBRARY:-'@libmakepkgdir@'} -source "$LIBRARY/util/option.sh" +source "$LIBRARY/util/error.sh" +source "$LIBRARY/util/message.sh" executable_functions+=('executable_vcs') |