From aaa68e49e8e5a68950a63b9aa4a8c1f6aed2e2d2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 1 Nov 2011 15:33:08 +0100 Subject: Move common functions to a shared file * common.sh is included on build time * most functions are copied from makepkg --- archrm.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archrm.in') diff --git a/archrm.in b/archrm.in index 4a683f6..a4830ee 100644 --- a/archrm.in +++ b/archrm.in @@ -1,5 +1,7 @@ #!/bin/bash +m4_include(lib/common.sh) + if [ "$1" = '' ]; then echo 'Usage: archrm ' exit 1 -- cgit v1.2.3-24-g4f1b