Skip to content

Commit

Permalink
Don't use 'export VAR=VAL' -- Solaris sh can't handle it.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jan 31, 2010
1 parent 4fb6714 commit 8e3d60b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion barnowl-beta
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
export BARNOWL_REAL=barnowl.real-beta
BARNOWL_REAL=barnowl.real-beta
export BARNOWL_REAL
exec `dirname "$0"`/barnowl "$@"

0 comments on commit 8e3d60b

Please sign in to comment.