diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-30 23:33:29 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-30 23:33:29 (GMT) |
commit | dd94e2fc90c3398b69259027f86e8a8f11f3d9a3 (patch) | |
tree | 55c537f44e8a3c1f049138af490022bfd01eaf63 | |
parent | e37cbcbd84577b216279402325a61b9546db7682 (diff) | |
download | linhes_pkgbuild-dd94e2fc90c3398b69259027f86e8a8f11f3d9a3.zip linhes_pkgbuild-dd94e2fc90c3398b69259027f86e8a8f11f3d9a3.tar.gz linhes_pkgbuild-dd94e2fc90c3398b69259027f86e8a8f11f3d9a3.tar.bz2 |
disable autohobbit
-rwxr-xr-x | abs/core-testing/LinHES-config/systemconfig.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/LinHES-config/systemconfig.sh b/abs/core-testing/LinHES-config/systemconfig.sh index d84c0dc..9408afc 100755 --- a/abs/core-testing/LinHES-config/systemconfig.sh +++ b/abs/core-testing/LinHES-config/systemconfig.sh @@ -659,10 +659,10 @@ then fi #Setting the default, just to avoid the or statement.. -if [ x$UseHobbit = x ] -then - UseHobbit=0 -fi +#if [ x$UseHobbit = x ] +#then +# UseHobbit=0 +#fi if [ x$UseHobbit = x1 ] then |