Skip to content
Snippets Groups Projects

L2SDP-855, bugfix 2

Merged Pieter Donker requested to merge L2SDP-855 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -22,14 +22,15 @@
@@ -22,14 +22,15 @@
# $Id$
# $Id$
#
#
###############################################################################
###############################################################################
# read generic functions/definitions
. ${SDPTR_DIR}/generic.sh
sh_info $0 "build sdptr from the git/master repo"
sh_info $0 "build sdptr from the git/master repo"
cd ${HOME}/git/sdptr
cd ${HOME}/git/sdptr
. ./init_sdptr.sh
. ./init_sdptr.sh
 
# read generic functions/definitions
 
. ${SDPTR_DIR}/generic.sh
 
sh_exec $0 git co master
sh_exec $0 git co master
# first pull latest sdptr version from git
# first pull latest sdptr version from git
sh_exec $0 git pull
sh_exec $0 git pull
Loading