Vedran Miletić commited on
Commit
9de52c8
·
1 Parent(s): b4969ff

scripts : make the shell scripts cross-platform (llama/14341)

Browse files
Files changed (1) hide show
  1. scripts/gen-authors.sh +1 -1
scripts/gen-authors.sh CHANGED
@@ -1,4 +1,4 @@
1
- #!/bin/bash
2
 
3
  printf "# date: $(date)\n" > AUTHORS
4
  printf "# this file is auto-generated by scripts/gen-authors.sh\n\n" >> AUTHORS
 
1
+ #!/usr/bin/env bash
2
 
3
  printf "# date: $(date)\n" > AUTHORS
4
  printf "# this file is auto-generated by scripts/gen-authors.sh\n\n" >> AUTHORS