link to COPYING file on web

This commit is contained in:
Thomas Levine 2016-02-08 16:09:00 +00:00
parent caabcd25ff
commit 87bb9f4660
1 changed files with 5 additions and 1 deletions

6
urchin
View File

@ -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