Skip to content
Snippets Groups Projects

removed workaround for LBCORE-769

Merged Marco Clemencic requested to merge clemenci/LbNightlyTools:fix into master
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -87,11 +87,6 @@ set_common [--build] [--test]"
LbScriptsVersion=dev
# FIXME: workaround for LBCORE-769
if ( echo $platform | grep -q slc5 ) ; then
LbScriptsVersion=LBSCRIPTS_v8r3
fi
if [ "${special_config}" == "true" ] ; then
export LD_LIBRARY_PATH=$(echo $LD_LIBRARY_PATH | tr : \\n | grep -v /gcc/ | tr \\n :)
# FIXME: this is usually set by the "group login" script, but it is not
Loading