summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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