travis: fix bug in update_release_local and add test
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ update_release_local() {
|
||||
if [ $ret -eq 0 ]
|
||||
then
|
||||
base_line=$(grep "EPICS_BASE=" ${release_local})
|
||||
sedi 's|EPICS_BASE=||g' ${release_local}
|
||||
sedi '\|EPICS_BASE=|d' ${release_local}
|
||||
echo ${base_line} >> ${release_local}
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user