summarylogtreecommitdiffstats
path: root/packettracer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packettracer.sh')
-rw-r--r--packettracer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packettracer.sh b/packettracer.sh
index e7c206074981..23aa98b9a35a 100644
--- a/packettracer.sh
+++ b/packettracer.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-PT7HOME=/opt/packettracer/
-export PT7HOME
+PT8HOME=/opt/packettracer/
+export PT8HOME
function version_gt() { test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1"; }