Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/objeck/objeck-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Hollines committed Sep 21, 2015
2 parents e36cc59 + 0702d57 commit a9d6e61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/compiler/test_src/debug2.obs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class JortSort {

function : JortSort(vector : CompareVector) ~ Bool {
sorted_vector := CompareVector->New(vector);
vector->Sort();
# sorted_vector->Sort();
sorted_vector->Sort();

each(i : sorted_vector) {
if(sorted_vector->Get(i) <> vector->Get(i)){
Expand Down
3 changes: 3 additions & 0 deletions src/objeck/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ else
cp openssl.so ../../objeck/deploy/lib/objeck-lang/libobjk_openssl.so
fi

cd ../fcgi
./build_linux.sh

# copy docs
cd ../../..
cp docs/guide/objeck_lang.pdf src/objeck/deploy/doc
Expand Down

0 comments on commit a9d6e61

Please sign in to comment.