Improve setup.sh portability.
David Blume

David Blume commited on 2015-11-28 09:25:01
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -1,4 +1,4 @@
1
-#!/bin/bash
1
+#!/usr/bin/env bash
2 2
 set -eu -o pipefail # See: https://sipb.mit.edu/doc/safe-shell/
3 3
 
4 4
 declare -r backup_dir=$HOME/backup_of_orig_dotfiles_`date "+%Y-%m-%d"`
5 5