diff options
Diffstat (limited to 'db-functions')
-rw-r--r-- | db-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db-functions b/db-functions index f052bad..cee13ac 100644 --- a/db-functions +++ b/db-functions @@ -17,7 +17,7 @@ source_makepkg () { #Get some config info . /etc/makepkg.conf else - echo "/etc/makepkg.conf does not exist!" + echo "error: /etc/makepkg.conf does not exist!" exit 1 fi } |