summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-01-17 13:11:08 -0600
committerSlávek Banko <slavek.banko@axis.cz>2015-01-24 16:28:27 +0100
commitb6db0268928224504e68639a981a724623c7a85b (patch)
treee4db99a9ee5f32a4c406d406d3d26caaee3c5995
parentebac4aa56b811871117a68e4bf357c47ccde7d34 (diff)
downloadtdebase-b6db0268928224504e68639a981a724623c7a85b.tar.gz
tdebase-b6db0268928224504e68639a981a724623c7a85b.zip
Fix update_compton_tde script
(cherry picked from commit 614d4d45f31fd1d20e89a26448759ab609b9dd5f)
-rwxr-xr-xtwin/update_compton_tde3
1 files changed, 2 insertions, 1 deletions
diff --git a/twin/update_compton_tde b/twin/update_compton_tde
index c6ad83ba8..71d27dea8 100755
--- a/twin/update_compton_tde
+++ b/twin/update_compton_tde
@@ -34,7 +34,7 @@ git reflog expire --all --expire-unreachable=0
git repack -A -d
git prune
-cd ..
+cd ../..
cd compton-tde
git remote add -f compton-update $TDEBASE_WORKING_DIRECTORY/twin/TEMP/compton-tde
@@ -44,3 +44,4 @@ bash
git read-tree --prefix=twin/compton-tde/ -u compton-update/master
git commit -m "Merge compton changes"
git pull -s subtree compton-update master
+git remote rm compton-update