Merge pull request #10 from mediatemple/master
Fix for /bin/sh on Solaris.
This commit is contained in:
commit
4a08cd40b5
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ if [ x${WORKDIR} = "x" ]; then
|
|||
fi
|
||||
|
||||
# can we write to -o?
|
||||
if [ -a ${OUTFILE} ]; then
|
||||
if [ -f ${OUTFILE} ]; then
|
||||
if [ ! -w ${OUTFILE} ]; then
|
||||
echo "Cannot write to ${OUTFILE}"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue