Branch: master

614d4d45 2015-01-17 13:11:08 Timothy Pearson
Fix update_compton_tde script
M twin/update_compton_tde
diff --git a/twin/update_compton_tde b/twin/update_compton_tde
index c6ad83b..71d27de 100755
--- a/twin/update_compton_tde
+++ b/twin/update_compton_tde
@@ -34,7 +34,7 @@
 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 @@
 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