dot-emacs: Fix the eval-when-compile stanza.
[profile] / xrun
1 #! /bin/sh
2 cmd=`xgetline -t "Shell command" -p "Command:" -Hl $HOME/.cmd.hist` &&
3 exec xcatch -- sh -c "$cmd"