summarylogtreecommitdiffstats
path: root/dark-theme.sh
diff options
context:
space:
mode:
authormynacol2022-01-28 13:41:48 +0100
committermynacol2022-01-28 13:41:48 +0100
commitade4ac5778412df39b337500551973c659706db3 (patch)
tree9f13961f95a956d7a750ffd5073cc8efec983899 /dark-theme.sh
parent77faeb54cdde03bdf38913559139e886a5c3d5d4 (diff)
downloadaur-ade4ac5778412df39b337500551973c659706db3.tar.gz
Ignore parameter none
Diffstat (limited to 'dark-theme.sh')
-rwxr-xr-xdark-theme.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dark-theme.sh b/dark-theme.sh
index 474c83f3d7c2..3f08a0b09d45 100755
--- a/dark-theme.sh
+++ b/dark-theme.sh
@@ -30,6 +30,9 @@ case $1 in
exec $0 light
fi
;;
+ none)
+ # ignore this command
+ ;;
*)
echo "Command $1 not valid."
exit 1