From 868fb6d053c686aab9c6b02ab150ddbb45c36f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Mon, 28 Oct 2013 09:26:12 +0100 Subject: [PATCH] Script less Linux-centric, more UNIX-agnostic On FreeBSD and Solaris, Bash isn't by default located in /bin. This shebang line will find it according the environment path. --- rsync_tmbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index 4b88d84..bb961c2 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # ----------------------------------------------------------------------------- # Make sure everything really stops when CTRL+C is pressed