Improve portability of shebang line (#14)
This commit is contained in:
parent
86bb3be0cb
commit
d55725eafa
1 changed files with 1 additions and 1 deletions
2
yadm
2
yadm
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# yadm - Yet Another Dotfiles Manager
|
# yadm - Yet Another Dotfiles Manager
|
||||||
# Copyright (C) 2015 Tim Byrne
|
# Copyright (C) 2015 Tim Byrne
|
||||||
|
|
Loading…
Reference in a new issue