link to COPYING file on web
This commit is contained in:
parent
caabcd25ff
commit
87bb9f4660
6
urchin
6
urchin
@ -1,10 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# This file is part of urchin. It is subject to the license terms in the
|
# 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,
|
# No part of urchin, including this file, may be copied, modified, propagated,
|
||||||
# or distributed except according to the terms contained in the COPYING file.
|
# 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 -
|
# Make sure that CDPATH isn't set, as it causes `cd` to behave unpredictably -
|
||||||
# notably, it can produce output, which breaks fullpath().
|
# notably, it can produce output, which breaks fullpath().
|
||||||
unset CDPATH
|
unset CDPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user