Skip to content
Snippets Groups Projects
Commit c6990751 authored by chrfranke's avatar chrfranke
Browse files

os_win32/update-smart-drivedb.ps1.in: Unify path syntax.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5328 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 9deb4d27
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ $Id$
2022-02-22 Christian Franke <franke@computer.org>
os_win32/update-smart-drivedb.ps1.in: Unify path syntax.
do_release: Update code signing key id.
smartd.cpp: Ensure that '--warn-as-user=restricted' failure is
......
......@@ -131,10 +131,10 @@ if (!$mydir) {
}
# Default drivedb location
$default_drivedb = "$mydir/drivedb.h"
$default_drivedb = "$mydir\drivedb.h"
# Default command used for syntax check
$default_smartctl = "$mydir/smartctl"
$default_smartctl = "$mydir\smartctl"
function error($message)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment