appimage: Replace some tabs with spaces
This commit is contained in:
parent
c61b551545
commit
0192e08900
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue