mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove copy-pasta comments
This commit is contained in:
parent
773a959f2b
commit
3af18a1f83
1 changed files with 6 additions and 6 deletions
12
build.sh
12
build.sh
|
@ -63,17 +63,17 @@ while [[ $# -gt 0 ]]; do
|
||||||
case $key in
|
case $key in
|
||||||
-t|--type)
|
-t|--type)
|
||||||
BUILD_TYPE="$2"
|
BUILD_TYPE="$2"
|
||||||
shift # past argument
|
shift
|
||||||
shift # past value
|
shift
|
||||||
;;
|
;;
|
||||||
-p|--platform)
|
-p|--platform)
|
||||||
PLATFORM="$2"
|
PLATFORM="$2"
|
||||||
shift # past argument
|
shift
|
||||||
shift # past value
|
shift
|
||||||
;;
|
;;
|
||||||
-k|--keep-artifacts)
|
-k|--keep-artifacts)
|
||||||
KEEP_ARTIFACTS=YES
|
KEEP_ARTIFACTS=YES
|
||||||
shift # past argument
|
shift
|
||||||
;;
|
;;
|
||||||
-l|--list-platforms)
|
-l|--list-platforms)
|
||||||
list_platforms
|
list_platforms
|
||||||
|
@ -83,7 +83,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
usage
|
usage
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*) # unknown option
|
*)
|
||||||
echo "Unknown option $1"
|
echo "Unknown option $1"
|
||||||
usage
|
usage
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue