Commit f639f6b6 by Richard Kenner

(rpc/types.h): Remove spurios "ls" command.

From-SVN: r11278
parent 94714ecc
...@@ -1786,7 +1786,6 @@ fi ...@@ -1786,7 +1786,6 @@ fi
# rpc/types.h on OSF1/2.0 is not C++ ready, even though NO_IMPLICIT_EXTERN_C # rpc/types.h on OSF1/2.0 is not C++ ready, even though NO_IMPLICIT_EXTERN_C
# is defined for the alpha. The problem is the declaration of malloc. # is defined for the alpha. The problem is the declaration of malloc.
file=rpc/types.h file=rpc/types.h
ls -l $file ${LIB}/$file
if [ -r $file ] && [ ! -r ${LIB}/$file ]; then if [ -r $file ] && [ ! -r ${LIB}/$file ]; then
mkdir ${LIB}/rpc 2>/dev/null mkdir ${LIB}/rpc 2>/dev/null
cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file" cp $file ${LIB}/$file >/dev/null 2>&1 || echo "Can't copy $file"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment