summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-01-27 08:38:41 -0200
committerRenato Botelho <renato@netgate.com>2016-01-27 08:38:41 -0200
commitede6c233f81e6762c6a82606dfbd59a327e4a820 (patch)
treecb058b91f7ea99eacbdda936794e5cd779602262 /src/usr
parentd8065eac3839c466372e9c3d9d8e381b1fbe2ba8 (diff)
parent9e4c0b1fc57eef128869c960ebd099a796d990ef (diff)
downloadpfsense-ede6c233f81e6762c6a82606dfbd59a327e4a820.zip
pfsense-ede6c233f81e6762c6a82606dfbd59a327e4a820.tar.gz
Merge pull request #2547 from NOYB/Dev_Shell_-_Cmd_Tab_Completion
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/local/sbin/pfSsh.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/sbin/pfSsh.php b/src/usr/local/sbin/pfSsh.php
index ab53744..d42b5a5 100755
--- a/src/usr/local/sbin/pfSsh.php
+++ b/src/usr/local/sbin/pfSsh.php
@@ -182,8 +182,8 @@ if ($argc < 2) {
foreach ($playback_files as $pbf) {
echo "{$pbf} ";
if (function_exists("readline_add_history")) {
- readline_add_history("playback $file");
- $tccommands[] = "$file";
+ readline_add_history("playback $pbf");
+ $tccommands[] = "$pbf";
}
}
echo "\n\n";
OpenPOWER on IntegriCloud