redo-sh.do: wrap long lines.
This commit is contained in:
parent
f641e52e3b
commit
f2ef945700
1 changed files with 4 additions and 3 deletions
|
|
@ -11,9 +11,10 @@ for sh in dash sh ash ksh pdksh bash zsh busybox; do
|
||||||
printf "Testing %s... " "$sh"
|
printf "Testing %s... " "$sh"
|
||||||
FOUND=`which $sh` || { echo "missing"; continue; }
|
FOUND=`which $sh` || { echo "missing"; continue; }
|
||||||
|
|
||||||
# It's important for the file to actually be named 'sh'. Some shells (like
|
# It's important for the file to actually be named 'sh'. Some
|
||||||
# bash and zsh) only go into POSIX-compatible mode if they have that name.
|
# shells (like bash and zsh) only go into POSIX-compatible mode if
|
||||||
# If they're not in POSIX-compatible mode, they'll fail the test.
|
# they have that name. If they're not in POSIX-compatible mode,
|
||||||
|
# they'll fail the test.
|
||||||
rm -f $1.new/sh
|
rm -f $1.new/sh
|
||||||
ln -s $FOUND $1.new/sh
|
ln -s $FOUND $1.new/sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue