summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2012-07-20 13:16:45 +0200
committerChristoph Mende <angelos@gentoo.org>2012-07-20 13:16:45 +0200
commit56735c9206d46aa3c2601dba735e7a3644b8727c (patch)
tree79f5221d608e96facbe70e38ce1e2e14db527a6b
parentmetadata: Add layout.conf (diff)
downloadangelos-56735c9206d46aa3c2601dba735e7a3644b8727c.tar.gz
angelos-56735c9206d46aa3c2601dba735e7a3644b8727c.tar.bz2
angelos-56735c9206d46aa3c2601dba735e7a3644b8727c.zip
commit-xfce-sync: Tell the user we're done
-rwxr-xr-xscripts/commit-xfce-sync.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/commit-xfce-sync.sh b/scripts/commit-xfce-sync.sh
index d4e7ab6..6d503a8 100755
--- a/scripts/commit-xfce-sync.sh
+++ b/scripts/commit-xfce-sync.sh
@@ -13,3 +13,5 @@ for i in ${pkgs}; do
popd >/dev/null
done
popd >/dev/null
+
+echo "Everything committed, don't forget to push!"