word! test/if.sh, test/assign.sh

This commit is contained in:
Jan Nieuwenhuizen 2018-07-15 21:35:42 +02:00
parent cbd13fdc88
commit 1f5c82ecae
2 changed files with 9 additions and 0 deletions

6
test/assign.sh Normal file
View File

@ -0,0 +1,6 @@
ALLOCA=''
extras=' gettext.o'
REMOTE='stub'
objs="ar.o arscan.o commands.o dir.o expand.o file.o function.o getopt.o implicit.o job.o main.o misc.o read.o remake.o rule.o signame.o variable.o vpath.o default.o version.o getopt1.o remote-${REMOTE}.o ${extras} ${ALLOCA}"
#objs="remote-${REMOTE}.o"

3
test/if.sh Normal file
View File

@ -0,0 +1,3 @@
if [ x"$y" != x ]; then
echo "boo"
fi