1
0
Fork 0
mirror of https://github.com/vinceliuice/WhiteSur-icon-theme.git synced 2024-10-16 11:40:47 +00:00
This commit is contained in:
vinceliuice 2022-05-11 23:27:40 +08:00
parent 73a408e62b
commit bb3cbf4afb

View file

@ -212,8 +212,8 @@ while [[ "$#" -gt 0 ]]; do
break break
;; ;;
*) *)
prompt -e "ERROR: Unrecognized theme variant '$1'." echo "ERROR: Unrecognized theme variant '$1'."
prompt -i "Try '$0 --help' for more information." echo "Try '$0 --help' for more information."
exit 1 exit 1
;; ;;
esac esac