From 294d438dcf47b812ee5cfbee8d0d974989ed7e68 Mon Sep 17 00:00:00 2001
From: mc2zk <mc2zk@localhost>
Date: Tue, 29 Aug 2017 15:31:20 +0000
Subject: [PATCH] Correcting path to findso.pl to be
 $PEASOUP_UMBRELLA_DIR/IdaProServer/findso.pl.

---
 SMP-analyze-remote.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SMP-analyze-remote.sh b/SMP-analyze-remote.sh
index 1b2ed74..c547da7 100755
--- a/SMP-analyze-remote.sh
+++ b/SMP-analyze-remote.sh
@@ -16,7 +16,7 @@ ssh -p $IDA_PRO_SERVER_PORT $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST mkdir $dir
 echo "--DEBUG---------"
 pwd
 echo "---"
-$SMPSA_HOME/findso.pl $@
+$PEASOUP_UMBRELLA_DIR/IdaProServer/findso.pl $@
 echo "---"
 echo $LD_LIBRARY_PATH
 echo "---"
@@ -28,7 +28,7 @@ echo "--END DEBUG---------"
 # The perl script will also include names of dependent shared object (.so) file
 # Start timing stuff
 copyStartTime=`date +%s`
-scp -P $IDA_PRO_SERVER_PORT -q $@ `$SMPSA_HOME/findso.pl $@` $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory
+scp -P $IDA_PRO_SERVER_PORT -q $@ `$PEASOUP_UMBRELLA_DIR/findso.pl $@` $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory
 if [ -n "$SMPSA_PLUGIN" ]; then
     scp -P $IDA_PRO_SERVER_PORT -q ${SMPSA_PLUGIN}* $IDA_PRO_SERVER_USER@$IDA_PRO_SERVER_HOST:$directory
 fi
-- 
GitLab