File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
show_dependencies.aggregate Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22set -e
33# A dummy Alire replacement for testing purposes
44while [ $# -gt 1 ] ; do shift ; done
5- DIR=` dirname $( realpath $0 ) `
5+ DIR=` cd $( dirname $0 ) ; pwd `
66sed -e " s#\$ {DIR}#${DIR} #g" .alr_$1
Original file line number Diff line number Diff line change 179179 "result" : [
180180 {
181181 "uri" : " $URI{common/common_pack.ads}" ,
182- "projectUri" : " $URI{}${DIR_SEP }"
182+ "projectUri" : " $URI{/ }"
183183 },
184184 {
185185 "uri" : " $URI{common/common_pack.ads}" ,
186- "projectUri" : " $URI{}${DIR_SEP }"
186+ "projectUri" : " $URI{/ }"
187187 },
188188 {
189189 "uri" : " $URI{p/main.adb}" ,
190- "projectUri" : " $URI{}${DIR_SEP }"
190+ "projectUri" : " $URI{/ }"
191191 },
192192 {
193193 "uri" : " $URI{q/main.adb}" ,
194- "projectUri" : " $URI{}${DIR_SEP }"
194+ "projectUri" : " $URI{/ }"
195195 }
196196 ]
197197 }
You can’t perform that action at this time.
0 commit comments