summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-02-11 23:48:06 +0100
committerPierre Schmitz <pierre@archlinux.de>2010-02-11 23:48:06 +0100
commit611314a740db4fe16813c9b127b6c86521adf0ee (patch)
tree905028fe4e14e39be1e09d9e8ccd11d890ec5866 /commitpkg
parentc39e59892d1bddeae0c65504f841b274a337bc52 (diff)
downloaddevtools-611314a740db4fe16813c9b127b6c86521adf0ee.tar.gz
devtools-611314a740db4fe16813c9b127b6c86521adf0ee.tar.xz
check install files, too
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
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"