summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-02-02 10:53:03 +0100
committerBjörn Mattsson <Bjorn.Mattsson@bth.se>2018-02-02 10:53:03 +0100
commit358b9f3d67feb3c05905700130152cfbfe1cd08e (patch)
tree62d86a4cf2f431280f62a172ddb17f1af41f2889 /scripts
parent404a1f199cbdf20fa4dec1d5ad123014737286d5 (diff)
Resolved SWAMID-464
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/remove_entity.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/remove_entity.sh b/scripts/remove_entity.sh
index bc6546b0..8945a430 100755
--- a/scripts/remove_entity.sh
+++ b/scripts/remove_entity.sh
@@ -16,7 +16,7 @@ esac
echo
if (grep -q $1 sp-with-simplesign); then
- echo "Found in sp-with-simplesign"
+ sed -i "/$1/d" sp-with-simplesign
fi
grep $1 *.mxml | sed 's/.*: <xi:include href="\(.*\)"\/>/\1/' | while read file ; do
git rm $file