I am not sure if this is an error in amverifyrun script. I run amverifyrun and got a error :
test: argument expected.
When I viewed the script I found the 1st line is :
#!/bin/sh
while there is a test line in body :
[ -e ...... ]
This is not supported in sh. After I change 1st line to #!/bin/ksh, it works
fine.
Has anybody experienced this before ?
Thanks
Allen Liu
