diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/update-copyright.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/update-copyright.sh b/tools/update-copyright.sh index 1a0af938b..37979879a 100755 --- a/tools/update-copyright.sh +++ b/tools/update-copyright.sh @@ -3,6 +3,7 @@ # Copyright (C) 2010 The ManaWorld Development Team. # Copyright (C) 2012-2016 The ManaPlus Developers. +cd .. new_year="$1" [[ -z $new_year ]] && echo "Missing parameter: year" && exit 1 |