summaryrefslogtreecommitdiff
path: root/install_debug.sh
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-08-08 13:37:30 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-08-08 14:33:31 +0200
commitd13a6dfd0f7a8ebc98cdb59cf0a04a282fa1593d (patch)
treeae9898536ee5767080b39e82806804fbf9911605 /install_debug.sh
parent3c80fae407f451691a4a4178617986e32d0c8162 (diff)
downloadouroboros-d13a6dfd0f7a8ebc98cdb59cf0a04a282fa1593d.tar.gz
ouroboros-d13a6dfd0f7a8ebc98cdb59cf0a04a282fa1593d.zip
ipcpd: normal: Allow exchange of static DIF information
This adds the functionality of exchanging the static DIF information between 2 DIF members. After exchange the enrollment is stopped, and the IPCP that initiated enrollment transitions to the enrolled state.
Diffstat (limited to 'install_debug.sh')
-rwxr-xr-xinstall_debug.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/install_debug.sh b/install_debug.sh
index ef6b8a30..dacb7cd2 100755
--- a/install_debug.sh
+++ b/install_debug.sh
@@ -1,18 +1,9 @@
#!/bin/bash
-ME=install_debug
-
-if (($# == 1 ))
-then
- PREFIX=`echo "$1"|sed -e "s,\/$,,"`
-else
- PREFIX="/usr/local/ouroboros"
-fi
-
BUILDDIR=build
DEBUGDIR=debug
-bash compile_debug.sh $PREFIX
+bash compile_debug.sh $1
cd $BUILDDIR/$DEBUGDIR
make install