chiark / gitweb /
dot/shell-rc: Fix missing `;;' in `case'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 20 Sep 2017 15:27:05 +0000 (16:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 20 Sep 2017 15:52:20 +0000 (16:52 +0100)
dot/shell-rc

index 8742ea8417157ccef239f00205063de8b0f6359a..da3d295a8edf0ebfb0229bad5dcf0a990728c309 100644 (file)
@@ -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