summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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