Commit b93e94b7 authored by John Criswell's avatar John Criswell
Browse files

Fixed the syntax for Solaris /bin/sh.

In pre-historic times, you couldn't assign and export a variable at the
same time in /bin/sh.  Solaris still can't.

llvm-svn: 9455
parent 8b83d1b4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
; RUN: export PATH=/usr/bin:/bin/:${PATH}
; RUN: PATH=/usr/bin:/bin/:${PATH}
; RUN: export PATH
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg

%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"