mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
test/atomicity: change shebang to '#!/usr/bin/env bash'
This commit is contained in:
parent
edd2f3f0a8
commit
9cda22c39b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
test_description='atomicity'
|
||||
. ./test-lib.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue