Skip to content

Commit

Permalink
fix for osxSL
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Dec 27, 2009
1 parent 52ff43d commit d3f2196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/create_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function createPackage {

#remove previously created package
cd $pkg_ofroot/..
if [ runOSXSLScript = 1 ]; then
if [ $runOSXSLScript = 1 ]; then
rm -Rf of_preRelease_v${pkg_version}_osxSL*
else
rm -Rf of_preRelease_v${pkg_version}_${pkg_platform}.*
Expand Down

0 comments on commit d3f2196

Please sign in to comment.