mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
Unbreak out_test.sh; the previous commit caused an infinite loop.
svn path=/trunk/yasm/; revision=1743
This commit is contained in:
parent
bf6743d1d7
commit
763687f8bd
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#! /usr/bin/env YASM_TEST_SUITE=1 /bin/sh
|
||||
#! /bin/sh
|
||||
# $Id$
|
||||
|
||||
YASM_TEST_SUITE=1
|
||||
export YASM_TEST_SUITE
|
||||
|
||||
case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
|
||||
*c*,-n*) ECHO_N= ECHO_C='
|
||||
' ECHO_T=' ' ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue