diff options
Diffstat (limited to 'installer/ogagent-devel-installer.sh')
-rwxr-xr-x | installer/ogagent-devel-installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/ogagent-devel-installer.sh b/installer/ogagent-devel-installer.sh index d83c540b..fd8d5d21 100755 --- a/installer/ogagent-devel-installer.sh +++ b/installer/ogagent-devel-installer.sh @@ -15,6 +15,7 @@ PROGDIR=$PWD/ogagent SVNURL=http://opengnsys.es/svn/branches/version1.1/admin/Sources/Clients/ogagent # Show prerequisites needed to build the environment. +mkdir -p $PROGDIR || exit 1 cat << EOT OGAgent devoloping environment installation @@ -33,7 +34,6 @@ EOT read # Importing OGAgent source code. -mkdir -p $PROGDIR || exit 1 svn export --force $SVNURL $PROGDIR || exit 1 # Update PyQt components. |