zsh-workers
 help / color / mirror / code / Atom feed
* why bother with 'cd .' ?
@ 1999-06-01  4:52 Timothy J Luoma
  1999-06-01  5:42 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Timothy J Luoma @ 1999-06-01  4:52 UTC (permalink / raw)
  To: zsh-workers


This seemed to confuse my /bin/sh:


cd . && \
  CONFIG_FILES= CONFIG_HEADERS=./config.h ./config.status
/bin/sh: .: bad directory


(now I can't tell you why it confused /bin/sh, sometimes it seems to work  
and other times it gives that error)


could we have something like

if [ "$PWD" != "$SRC_DIR" ]

	cd $SRC_DIR
fi

(using whatever the proper variables are)

It just seems like an unnecessary step which for some reason can cause confusion

TjL



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-06-01  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-01  4:52 why bother with 'cd .' ? Timothy J Luoma
1999-06-01  5:42 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).