mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
Redirect 'cd -' output to /dev/null since POSIX requires it to write the new directory name even if not interactive, but we currently only write it if interactive.
8 lines
69 B
Text
8 lines
69 B
Text
# $FreeBSD$
|
|
|
|
cd /dev
|
|
cd /bin
|
|
cd - >/dev/null
|
|
pwd
|
|
cd - >/dev/null
|
|
pwd
|