diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-20 18:21:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-20 18:21:41 -0300 |
commit | 6d6b719221d3b4190325b43a3fbfd14405765420 (patch) | |
tree | 4fb4bfa0c0447d7304a069a38ac26d7f1fb4bdc8 /diff-unfree | |
parent | 513c5bd2a6c5569daae8c9b84413f3b85b05cae1 (diff) |
Search shell in path
Diffstat (limited to 'diff-unfree')
-rwxr-xr-x | diff-unfree | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-unfree b/diff-unfree index a0a8d63..7d75375 100755 --- a/diff-unfree +++ b/diff-unfree @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # This script will help you diff a *-libre PKGBUILD against the unfree one # to check for updates. # Copyright 2010 Nicolás Reynolds |