summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-04-16 12:49:23 +0200
committerChristoph Mende <angelos@gentoo.org>2011-04-16 12:49:23 +0200
commit304c53240d2df2487bba1fea77cae447b4332965 (patch)
tree86409852bbb5c54eb3354416ad91ffefbead9d44 /scripts
parentsync-xfce-overlay.sh: fix cp/sed (diff)
downloadangelos-304c53240d2df2487bba1fea77cae447b4332965.tar.gz
angelos-304c53240d2df2487bba1fea77cae447b4332965.tar.bz2
angelos-304c53240d2df2487bba1fea77cae447b4332965.zip
sync-xfce-overlay.sh: fix changes counter
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sync-xfce-overlay.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sync-xfce-overlay.sh b/scripts/sync-xfce-overlay.sh
index a96cf55..cb3b916 100755
--- a/scripts/sync-xfce-overlay.sh
+++ b/scripts/sync-xfce-overlay.sh
@@ -41,7 +41,7 @@ for i in ${pkgs}; do
sed -i -e "/^inherit/s/xfconf/xfconf-live/" ${dst}
sed -i -r "s/xfconf(_(src|pkg))/xfconf-live\1/" ${dst}
- changes+=1
+ let changes="$changes + 1"
fi
done