* add ./t2 conf short for config

git-svn-id: https://svn.exactcode.de/t2/trunk@73181 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
This commit is contained in:
René Rebe 2025-01-21 18:49:09 +00:00
parent 2c4902ecd7
commit 51b26e9165

17
t2
View File

@ -1,14 +1,9 @@
#!/usr/bin/env bash
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# T2 SDE: t2
# Copyright (C) 2023 - 2024 The T2 SDE Project
#
# This Copyright note is generated by scripts/Create-CopyPatch,
# more information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2.
# --- T2-COPYRIGHT-NOTE-END ---
# --- T2-COPYRIGHT-BEGIN ---
# t2/t2
# Copyright (C) 2023 - 2025 The T2 SDE Project
# SPDX-License-Identifier: GPL-2.0
# --- T2-COPYRIGHT-END ---
top=$(readlink -f $0)
[ "$top" ] && cd ${top%/*}
@ -65,7 +60,7 @@ for a; do
done
case "$cmd" in
config) exec scripts/Config "${args[@]}" ;;
conf|config) exec scripts/Config "${args[@]}" ;;
bootstrap) exec scripts/Bootstrap "${args[@]}" ;;
build) exec scripts/Build-Pkg "${args[@]}" ;;
build-target) exec scripts/Build-Target "${args[@]}" ;;