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:
-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($)
{