3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-01-08 20:59:01 +00:00

Remove redundant cd

This commit is contained in:
Gus Smith 2025-12-15 13:24:13 -08:00
parent 07669fde92
commit 7c66b2d132

View file

@ -1,9 +1,6 @@
#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
cd "$SCRIPT_DIR"
FLOW_FILE="skip_staged_flow.sby"
# Clean previous runs so we always exercise the full staged flow.