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