From 6756cbb910844f5d2c146223d11f20e4cc26394c Mon Sep 17 00:00:00 2001
From: Luca Scarabello <luca.scarabello@sed.ethz.ch>
Date: Tue, 18 Jul 2017 16:21:53 +0200
Subject: [PATCH] Revert "Replaced 'rm gmt.conf' with 'gmt clear conf'"

This reverts commit 68af25fde8dc389fb11e7b0f5cc4d718a478f885.
---
 scripts/plotLocations.sh             | 3 +--
 scripts/plotLocations_Basel.sh       | 2 +-
 scripts/plotLocations_Basel_media.sh | 2 +-
 scripts/plotLocations_all.sh         | 2 +-
 scripts/plotTimeline.sh              | 3 ++-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/plotLocations.sh b/scripts/plotLocations.sh
index a3bedd2..bd6b1b3 100755
--- a/scripts/plotLocations.sh
+++ b/scripts/plotLocations.sh
@@ -116,7 +116,6 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png"
 ### Clean up
 rm "$out.ps"
 rm "$COLORMAP"
-gmt clear conf
-
+rm gmt.conf
 
 exit
diff --git a/scripts/plotLocations_Basel.sh b/scripts/plotLocations_Basel.sh
index dd54694..8a92790 100755
--- a/scripts/plotLocations_Basel.sh
+++ b/scripts/plotLocations_Basel.sh
@@ -310,6 +310,6 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png"
 rm -f tmp*
 rm "$out.ps"
 rm "$COLORMAP"
-gmt clear conf
+rm gmt.conf
 
 exit
diff --git a/scripts/plotLocations_Basel_media.sh b/scripts/plotLocations_Basel_media.sh
index 4de9f4a..bc0d4ad 100644
--- a/scripts/plotLocations_Basel_media.sh
+++ b/scripts/plotLocations_Basel_media.sh
@@ -146,6 +146,6 @@ convert -density 150 -flatten -antialias +repage "$out.pdf" "$out.png"
 rm -f tmp*
 rm "$out.ps"
 rm "$COLORMAP"
-gmt clear conf
+rm gmt.conf
 
 exit
diff --git a/scripts/plotLocations_all.sh b/scripts/plotLocations_all.sh
index 1868d79..1dea01b 100755
--- a/scripts/plotLocations_all.sh
+++ b/scripts/plotLocations_all.sh
@@ -91,6 +91,6 @@ convert -density 150 -flatten -antialias +repage -border 4 -bordercolor White $o
 rm -f tmp*
 rm $out.ps
 rm $COLORMAP
-gmt clear conf
+rm gmt.conf
 
 exit
diff --git a/scripts/plotTimeline.sh b/scripts/plotTimeline.sh
index 2dca0a2..106cd67 100755
--- a/scripts/plotTimeline.sh
+++ b/scripts/plotTimeline.sh
@@ -658,6 +658,7 @@ esac
 
 rm "$out.ps"
 rm "$COLORMAP"
-gmt clear conf
+rm gmt.conf
+
 
 exit
-- 
GitLab