appimage: Replace some tabs with spaces

This commit is contained in:
Mike Salvatore 2021-04-30 10:15:27 -04:00
parent c61b551545
commit 0192e08900
1 changed files with 9 additions and 9 deletions

View File

@ -309,9 +309,9 @@ case "$1" in
fi fi
;; ;;
--as-root) --as-root)
as_root=true as_root=true
shift shift
;; ;;
--branch) --branch)
if [ -n "$2" ] && [ "${2:0:1}" != "-" ]; then if [ -n "$2" ] && [ "${2:0:1}" != "-" ]; then
branch=$2 branch=$2
@ -319,10 +319,10 @@ case "$1" in
else else
missing_argument "$1" missing_argument "$1"
fi fi
;; ;;
-h|--help) -h|--help)
echo_help echo_help
;; ;;
--monkey-repo) --monkey-repo)
if [ -n "$2" ] && [ "${2:0:1}" != "-" ]; then if [ -n "$2" ] && [ "${2:0:1}" != "-" ]; then
monkey_repo=$2 monkey_repo=$2
@ -340,9 +340,9 @@ case "$1" in
fi fi
;; ;;
-*) -*)
echo "Error: Unsupported parameter $1" >&2 echo "Error: Unsupported parameter $1" >&2
exit 1 exit 1
;; ;;
esac esac
done done