Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ deps: .deps-stamp
# Unit tests
# ============================================================

SHELL = /bin/bash
SHELL = bash
MAKE_SELECTOR = $(if $(SELECTOR),SELECTOR='$(SELECTOR)',)
GUI_SELECTOR_ARG = $(if $(SELECTOR),$(SELECTOR),)

Expand Down
2 changes: 1 addition & 1 deletion bench/run-bench.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# run-bench.sh - Run pi-coding-agent table rendering benchmarks
#
# Usage:
Expand Down
2 changes: 1 addition & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Git pre-commit hook for pi.el
# Runs byte-compilation and tests before allowing commits

Expand Down
2 changes: 1 addition & 1 deletion scripts/check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Quality checks for pi-coding-agent - run before commits
#
# Usage:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ollama.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# scripts/ollama.sh - Manage Ollama Docker container for testing
#
# This script provides isolated Ollama setup for pi.el integration tests.
Expand Down
2 changes: 1 addition & 1 deletion test/run-gui-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# run-gui-tests.sh - Run the deterministic fake-backed GUI ERT suite
#
# No Docker, Ollama, or real pi install is required. The suite still uses a
Expand Down
Loading