]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem_perl_utils.pm
Use PATH env to instead the variable
[rsem.git] / rsem_perl_utils.pm
index 6355f67a07f88fcf4207407325542644c2c5a454..078d119276267983c7b5b940e8fb738ecfcaf768 100644 (file)
@@ -86,9 +86,9 @@ sub collectResults {
     close(OUTPUT);
 }
 
-# dir
+# 0, dir
 sub showVersionInfo {
-    open(INPUT, "$_[0]\WHAT_IS_NEW");
+    open(INPUT, "$_[0]/WHAT_IS_NEW");
     my $line = <INPUT>;
     chomp($line);
     close(INPUT);