test to change #!/bin/sh shell
This commit is contained in:
parent
9f76434bfc
commit
dd12693da1
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# This script should run with /bin/sh
|
|
||||||
# regardless of whether -s or -n is passed.
|
|
||||||
|
|
||||||
ps -o pid,comm,args | grep $$ | grep /bin/sh
|
|
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Assuming that urchin was invoked with `-s bash`,
|
||||||
|
# this script should be being run with bash.
|
||||||
|
|
||||||
|
ps -o pid,comm,args | grep $$ | grep .special-shell
|
Loading…
x
Reference in New Issue
Block a user