diff options
author | joe <joe@FreeBSD.org> | 2001-11-15 19:57:49 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-11-15 19:57:49 +0800 |
commit | 85c757cef61e16d8d7d065bf81902b9d3e1cfea6 (patch) | |
tree | 5a6fe670d82a75b07955c62f1e892100f5a8cf31 /CVSROOT/commit_prep.pl | |
parent | 88ef94f88740336801f8e07ad0d93446e75762fd (diff) | |
download | freebsd-ports-gnome-85c757cef61e16d8d7d065bf81902b9d3e1cfea6.tar.gz freebsd-ports-gnome-85c757cef61e16d8d7d065bf81902b9d3e1cfea6.tar.zst freebsd-ports-gnome-85c757cef61e16d8d7d065bf81902b9d3e1cfea6.zip |
Move the names of some system tools into the config file.
Submitted by: alfred
Diffstat (limited to 'CVSROOT/commit_prep.pl')
-rwxr-xr-x | CVSROOT/commit_prep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/commit_prep.pl b/CVSROOT/commit_prep.pl index bbe329ddb1e2..c572487d120e 100755 --- a/CVSROOT/commit_prep.pl +++ b/CVSROOT/commit_prep.pl @@ -227,7 +227,7 @@ sub fix_up_file { close F; # overwrite the original file...... - system("/bin/mv", "$filename.tmp", $filename); + system($cfg::PROG_MV, "$filename.tmp", $filename); die "Can't recreate $filename!\n" if $? >> 8; } |