From 87bb9f466005e00a2d015e6e9c09dd7af438a626 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 8 Feb 2016 16:09:00 +0000 Subject: [PATCH] link to COPYING file on web --- urchin | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/urchin b/urchin index 1c80abb..4fcda38 100755 --- a/urchin +++ b/urchin @@ -1,10 +1,14 @@ #!/bin/sh # This file is part of urchin. It is subject to the license terms in the -# COPYING file found in the top-level directory of this distribution. +# COPYING file found in the top-level directory of this distribution or at +# https://raw.githubusercontent.com/tlevine/urchin/master/COPYING + # No part of urchin, including this file, may be copied, modified, propagated, # or distributed except according to the terms contained in the COPYING file. + + # Make sure that CDPATH isn't set, as it causes `cd` to behave unpredictably - # notably, it can produce output, which breaks fullpath(). unset CDPATH