Skip to content

Commit 2aee781

Browse files
committed
make-deps: use standard sed options
1 parent 9157ba0 commit 2aee781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/make-deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fi
77

88
ROOT=$1
99
FILE=$2
10-
DEPS=$(sed -nr 's/^`include "(.*\.v)"$/\1/p' $FILE | tr '\n' ' ')
10+
DEPS=$(sed -n 's/^`include "\(.*\.v\)"$/\1/p' $FILE | tr '\n' ' ')
1111

1212
if [ -z "$DEPS" ]; then
1313
exit

0 commit comments

Comments
 (0)