summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2023-03-27 10:30:52 -0700
committerLouie Shprung <lshprung@scu.edu>2023-03-27 10:30:52 -0700
commit0a86453d2dcd84fc9cb989d1ae23fd1c19b0b4e9 (patch)
treeb97ee58a8cff1456abf6b4ceccae1677749f4c60 /src
parent3c530aafe415db3515465e8b0662373065afd925 (diff)
Remove duplicates
Diffstat (limited to 'src')
-rwxr-xr-xsrc/index-page.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index-page.sh b/src/index-page.sh
index e26cdf8..55cd1ec 100755
--- a/src/index-page.sh
+++ b/src/index-page.sh
@@ -12,7 +12,7 @@ get_title() {
FILE="$1"
pup -p -f "$FILE" 'title text{}' | \
- sed 's/(Lexical Analysis With Flex.*)//' | \
+ sed 's/ (Lexical Analysis With Flex.*)//' | \
tr -d \\n | \
sed 's/\"/\"\"/g'
}