From 611314a740db4fe16813c9b127b6c86521adf0ee Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Feb 2010 23:48:06 +0100 Subject: check install files, too --- commitpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitpkg') diff --git a/commitpkg b/commitpkg index f815646..cca96d8 100755 --- a/commitpkg +++ b/commitpkg @@ -50,7 +50,7 @@ else fi # check if all local source files are under version control -(for s in ${source[@]}; do +(for s in ${source[@]} $install; do echo $s | grep -vq '://' && \ svn status $s | grep -q '?' && \ abort "$s is not under version control" -- cgit v1.2.3-24-g4f1b