From: Mark Wooding Date: Wed, 20 Sep 2017 15:27:05 +0000 (+0100) Subject: dot/shell-rc: Fix missing `;;' in `case'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/9cc4ff1354bdf73f44df3ba4cb699be92906b9fc dot/shell-rc: Fix missing `;;' in `case'. --- diff --git a/dot/shell-rc b/dot/shell-rc index 8742ea8..da3d295 100644 --- a/dot/shell-rc +++ b/dot/shell-rc @@ -329,7 +329,7 @@ path_add "$HOME/bin" ## Set the temporary directory again. (A setuid or setgid program may have ## unhelpfully forgotten this for us.) -case ${TMPDIR+t} in t) ;; *) eval $(tmpdir -b); esac +case ${TMPDIR+t} in t) ;; *) eval $(tmpdir -b) ;; esac ## For `root' use -- some simple molly-guards. case $(id -u) in