Skip to content

Commit

Permalink
Fixed path in make_parser.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Coda-Coda authored and vilhelms committed Mar 30, 2021
1 parent 17a0827 commit 6038660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Edsger/make_parser.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

root=$(git rev-parse --show-toplevel)
Edsger=$root/Edsger
Edsger=$root/src/Edsger

source_file=$(mktemp)
processed=$(mktemp)
Expand Down

0 comments on commit 6038660

Please sign in to comment.