mirror of
https://github.com/erkin/ponysay.git
synced 2025-03-29 14:57:43 +01:00
typo
This commit is contained in:
parent
bde42fc4c1
commit
0d0778a233
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -22,7 +22,7 @@ function makeMakefile()
|
||||||
ttyponies:
|
ttyponies:
|
||||||
mkdir -p "ttyponies"
|
mkdir -p "ttyponies"
|
||||||
for pony in \$\$(ls --color=no "ponies/"); do \\
|
for pony in \$\$(ls --color=no "ponies/"); do \\
|
||||||
if [ 1 "\$\$pony" = '.info' ]; then \\
|
if [ ! "\$\$pony" = '.info' ]; then \\
|
||||||
echo "building ttypony: \$\$pony" ;\\
|
echo "building ttypony: \$\$pony" ;\\
|
||||||
if [ "\`readlink "ponies/\$\$pony"\`" = '' ]; then \\
|
if [ "\`readlink "ponies/\$\$pony"\`" = '' ]; then \\
|
||||||
ponysay2ttyponysay < "ponies/\$\$pony" | tty2colourfultty -c 1 > "ttyponies/\$\$pony" ;\\
|
ponysay2ttyponysay < "ponies/\$\$pony" | tty2colourfultty -c 1 > "ttyponies/\$\$pony" ;\\
|
||||||
|
@ -35,7 +35,7 @@ ttyponies:
|
||||||
done
|
done
|
||||||
mkdir -p "extrattyponies"
|
mkdir -p "extrattyponies"
|
||||||
for pony in \$\$(ls --color=no "extraponies/"); do \\
|
for pony in \$\$(ls --color=no "extraponies/"); do \\
|
||||||
if [ 1 "\$\$pony" = '.info' ]; then \\
|
if [ ! "\$\$pony" = '.info' ]; then \\
|
||||||
echo "building extrattypony: \$\$pony" ;\\
|
echo "building extrattypony: \$\$pony" ;\\
|
||||||
if [ "\`readlink "extraponies/\$\$pony"\`" = '' ]; then \\
|
if [ "\`readlink "extraponies/\$\$pony"\`" = '' ]; then \\
|
||||||
ponysay2ttyponysay < "extraponies/\$\$pony" | tty2colourfultty -c 1 > "extrattyponies/\$\$pony" ;\\
|
ponysay2ttyponysay < "extraponies/\$\$pony" | tty2colourfultty -c 1 > "extrattyponies/\$\$pony" ;\\
|
||||||
|
|
Loading…
Add table
Reference in a new issue