Skip to content

Commit 53577b5

Browse files
committed
fixed bug in path name
1 parent 7f2c550 commit 53577b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config/envisage/offlineabsexamples.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ recursiverm() {
2020
(leadingchas)
2121
echo "</folder>"
2222
else
23-
x="`pwd`$d"
23+
x="`pwd`/$d"
2424
(leadingchas)
2525
echo -n "<file name='$d' url='"
2626
echo -n "/absexamples/"

0 commit comments

Comments
 (0)