Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Fixed the syntax for Solaris /bin/sh.
Browse files Browse the repository at this point in the history
In pre-historic times, you couldn't assign and export a variable at the
same time in /bin/sh.  Solaris still can't.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_1@9455 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
John Criswell committed Oct 24, 2003
1 parent 0a1f67a commit 35b0721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/BugPoint/misopt-basictest.ll
@@ -1,4 +1,5 @@
; 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"
Expand Down

0 comments on commit 35b0721

Please sign in to comment.