diff options
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" |