Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2013-07-08 22:08:31 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-07-08 22:08:31 +0400
commit2203bb328470cc6657c8c2dcbbbfaa2730ff2b9d (patch)
treed1c6bbef40419ec7e87e48c1f70276487bcc54fe /scripts/other
parentd3b4c11be24d8c2b0c38ad9463a8e4def1a4e114 (diff)
beautify
Diffstat (limited to 'scripts/other')
-rwxr-xr-xscripts/other/beautify.perl5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/other/beautify.perl b/scripts/other/beautify.perl
index 41c93850c..e23f7e2a4 100755
--- a/scripts/other/beautify.perl
+++ b/scripts/other/beautify.perl
@@ -2,10 +2,13 @@
use strict;
use File::Basename;
+use FindBin qw($RealBin);
sub Beautify($);
-Beautify("/home/hieu/workspace/github/mosesdecoder");
+print STDERR "RealBin=$RealBin \n\n";
+
+Beautify("$RealBin/../..");
sub Beautify($)
{