Skip to content

Commit

Permalink
CURDIR instead of shelling out or PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Oct 24, 2024
1 parent 28f32c8 commit 7a7c143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmithyDafnyMakefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ VERIFY_TIMEOUT := 100

# This evaluates to the path of the current working directory.
# i.e. The specific library under consideration.
LIBRARY_ROOT := $(shell pwd)
LIBRARY_ROOT := $(CURDIR)
# Smithy Dafny code gen needs to know
# where the smithy model is.
# This is generally in the same directory as the library.
Expand Down

0 comments on commit 7a7c143

Please sign in to comment.