]> git.ipfire.org Git - thirdparty/nftables.git/commit
nftables: tests: shell: Replace "%" with "#" or "$"
authorArushi Singhal <arushisinghal19971997@gmail.com>
Sun, 1 Jul 2018 06:06:09 +0000 (11:36 +0530)
committerFlorian Westphal <fw@strlen.de>
Mon, 2 Jul 2018 15:12:20 +0000 (17:12 +0200)
commitc0c8b300eb670905e569518442f16f2c7966a51b
treea65bcfd8f6e27d7b4f56bfc3b2ee6d4d69846c1f
parent056aaa3e6dc65aced5e552233ac3e7f89fb81f86
nftables: tests: shell: Replace "%" with "#" or "$"

Shell prompt ends with:
"%", indicates a C shell.
"$", indicates shell that's compatible with the Bash.
"#", indicates shell is running as the system's root.
So, "%" is replaced with "$" or "#".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
tests/shell/README