Skip to content

Commit 2c64bde

Browse files
committed
Fix typos in script
1 parent 66a1753 commit 2c64bde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/generic_lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22
# Make SpiderMonkey and this repo generic instead of version specific.
3-
# script shoud be run in mozjs dit with $1 for mason.build location
3+
# script shoud be run in mozjs dir with $1 for meson.build location
44
sed -i 's/mozjs-$MOZILLA_SYMBOLVERSION/mozjs/g' old-configure.in
5-
sed -i --regexp-extended "s/dependency\(.mozjs.*$/dependency('mozjs')/gm" "$1"
5+
sed -i --regexp-extended "s/dependency\(.mozjs.*$/dependency('mozjs')/gm" "$1"

0 commit comments

Comments
 (0)