Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bflyblue committed Jun 7, 2014
1 parent 0b62bef commit c841db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sabnzbd/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ echo "$python/bin/python $out/SABnzbd.py \$*" > $out/bin/sabnzbd
chmod +x $out/bin/sabnzbd

for i in $(cd $out/bin && ls); do
wrapProgram $out/bin/$i --prefix PYTHONPATH : "$(toPythonPath $python):$(toPythonPath $out):$(toPythonPath $cheetahTemplate):$(toPythonPath $sqlite3)" \
--prefix PATH : "$par2cmdline/bin:$unzip/bin:$unrar/bin"
wrapProgram $out/bin/$i --prefix PYTHONPATH : "$(toPythonPath $python):$(toPythonPath $out):$(toPythonPath $cheetahTemplate):$(toPythonPath $sqlite3)" \
--prefix PATH : "$par2cmdline/bin:$unzip/bin:$unrar/bin"
done

echo $out

0 comments on commit c841db2

Please sign in to comment.