Close PR#3118

This commit is contained in:
Jordan K. Hubbard 1997-04-13 06:38:56 +00:00
parent 363ad70091
commit 5801796846
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24859

View File

@ -95,7 +95,7 @@
(set-buffer buf)
(shell-command (concat ". " gnats:root "/gnats-adm/config; echo $" var )
t)
(if (looking-at "/bin/sh:\\|\n")
(if (looking-at "^\\.:\\|/bin/sh:\\|\n")
(setq ret nil)
(setq ret (buffer-substring (point-min) (- (point-max) 1)))))
(kill-buffer buf)