Skip to content

Commit d703092

Browse files
committed
clgen.sh: Use /usr/bin/env to find bash
This way, it works on NixOS. (~~nix breaks this~~).
1 parent 6f9c5c4 commit d703092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -eou pipefail
33

44
sd() {

0 commit comments

Comments
 (0)