Skip to content
Snippets Groups Projects
Commit 712f69ec authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Convert expr to case, for Peter E.

parent 16669702
No related branches found
No related tags found
No related merge requests found
CFLAGS='-pipe' CFLAGS='-pipe'
if [ `expr "$host_cpu" : "alpha"` -ge 5 ] case $host_cpu in
then CFLAGS="$CFLAGS -O" alpha*) CFLAGS="$CFLAGS -O";;
CXXFLAGS="$CFLAGS -O" CXXFLAGS="$CXXFLAGS -O"
fi esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment