diff options
author | Aaron LI <aly@aaronly.me> | 2018-03-10 19:08:46 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-03-10 19:08:46 +0800 |
commit | 0f226dc159c39207b4b25b212a77c9024fa25633 (patch) | |
tree | 7d6546e27312c4b2ea07247301aa14123f0585f7 /dfly-update | |
parent | 84026fe80cb023ce81a3d827638a0df9df481da2 (diff) | |
download | dfly-update-0f226dc159c39207b4b25b212a77c9024fa25633.tar.bz2 |
Update copyright and one-line description
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dfly-update b/dfly-update index 58c72e7..9730c29 100755 --- a/dfly-update +++ b/dfly-update @@ -1,20 +1,16 @@ #!/bin/sh # -# Copyright (c) Aaron LI <aly@aaronly.me> +# Copyright (c) 2017-2018 Aaron LI <aly@aaronly.me> # MIT License # -# Tool to update a DragonFly BSD system using binary -# releases or snapshot builds. +# Tool to update a DragonFly BSD system using binary releases or +# snapshot builds. # set -e -DEBUG= # Disable debug -DEBUG=true # Enable debug - NAME="dfly-update" VERSION="0.?.?" -PROGRAM="${0##*/}" TOOLDIR="${0%/*}" PREFIX="${PREFIX:-${TOOLDIR}}" CONFIGFILE="${PREFIX}/${NAME}.conf" |