Skip to content

Commit e5df9fe

Browse files
committed
fix: execute.sh for git bash
1 parent 266baf3 commit e5df9fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

replication/splc23-views/execute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" || exit
55
if [[ $# -gt 0 ]]; then
66
echo "Executing $1"
77
fi
8-
docker run --rm -v "$(pwd)/results":"/home/sherlock/results" diff-detective-views "$@"
8+
MSYS_NO_PATHCONV=1 docker run --rm -v "$(pwd)/results":"/home/sherlock/results" diff-detective-views "$@"

0 commit comments

Comments
 (0)