r26951 - /scripts/qa/packagecheck

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 16 19:27:57 UTC 2008


Author: gregoa
Date: Sun Nov 16 19:27:55 2008
New Revision: 26951

URL: http://svn.debian.org/wsvn/?sc=1&rev=26951
Log:
use 'readlink -f' instead of 'realpath', thank to Ryan for the hint

Modified:
    scripts/qa/packagecheck

Modified: scripts/qa/packagecheck
URL: http://svn.debian.org/wsvn/scripts/qa/packagecheck?rev=26951&op=diff
==============================================================================
--- scripts/qa/packagecheck (original)
+++ scripts/qa/packagecheck Sun Nov 16 19:27:55 2008
@@ -9,7 +9,7 @@
 # (which name can be specified as the first argument)
 
 # List of commands used
-CMD_REALPATH="realpath";
+CMD_REALPATH="readlink -f";
 CMD_SVN_DIFF="svn diff";
 
 #############




More information about the Pkg-perl-cvs-commits mailing list