Skip to content

Commit

Permalink
Fixed the sudo script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Peori committed Apr 12, 2011
1 parent 1da36d6 commit e197eaf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions toolchain-sudo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
## Enter the ps3toolchain directory.
cd "`dirname $0`" || { echo "ERROR: Could not enter the ps3toolchain directory."; exit 1; }

## Set up the PS3DEV environment.
## Set up the environment.
export PS3DEV=/usr/local/ps3dev
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/host/ppu/bin
export PATH=$PATH:$PS3DEV/host/spu/bin

## Set up the PSL1GHT environment.
export PSL1GHT=$PS3DEV/psl1ght
export PATH=$PATH:$PSL1GHT/host/bin

## Set up the path.
export PATH=$PATH:$PS3DEV/bin
export PATH=$PATH:$PS3DEV/ppu/bin
export PATH=$PATH:$PS3DEV/spu/bin

## Run the toolchain script.
./toolchain.sh $@ || { echo "ERROR: Could not run the toolchain script."; exit 1; }

0 comments on commit e197eaf

Please sign in to comment.