summaryrefslogtreecommitdiff
path: root/src/index.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.sh')
-rwxr-xr-xsrc/index.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.sh b/src/index.sh
index 0b6e693..7a1b60d 100755
--- a/src/index.sh
+++ b/src/index.sh
@@ -13,6 +13,7 @@ get_title() {
pup -p -f "$FILE" 'title text{}' | \
tr -d \\n | \
+ sed 's/(GNU[^)]*)$//' | \
sed 's/\"/\"\"/g'
}