aboutsummaryrefslogtreecommitdiffstats
path: root/extras/tools
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly.no>2016-06-28 16:22:21 +0200
committerKristian Lyngstol <kly@kly.no>2016-06-28 16:22:21 +0200
commit6f2295c7784492d9347930f49f97a97d3e7b6841 (patch)
treec89e4c469ced302cfeb15df1d0e06a277bcd502a /extras/tools
parent009105ffa53e2e8f81b94f8ff2063635b4958fbc (diff)
Adjust for dx prod
Diffstat (limited to 'extras/tools')
-rwxr-xr-xextras/tools/add_switches.txt.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/tools/add_switches.txt.pl b/extras/tools/add_switches.txt.pl
index 635e356..b4f4ef2 100755
--- a/extras/tools/add_switches.txt.pl
+++ b/extras/tools/add_switches.txt.pl
@@ -8,7 +8,7 @@
use strict;
use warnings;
use Data::Dumper;
-use lib '../include';
+use lib '/opt/gondul/include';
use JSON;
use nms::util;