finish cross-shell testing tests

This commit is contained in:
Thomas Levine 2016-02-29 12:42:56 +00:00
parent d3752070ea
commit d5f1060c1a

View File

@ -3,8 +3,4 @@
# This script should run with /bin/sh # This script should run with /bin/sh
# regardless of whether -s or -n is passed. # regardless of whether -s or -n is passed.
this_shell=$(ps -o pid,comm | sed -n "s/^ *$$//p" | cut -d\ -f2) ps -a | grep $$ | grep /bin/sh
echo "Running shell: $this_shell"
test $(basename "$this_shell") = sh