aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/mkbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index 8365383..d6f007d 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -806,7 +806,8 @@ function update_manifest {
done
# Add source code information
- DIST_SRC_NAME="`echo $CONST_STRING`" # we need this to strip some escape strings
+ DIST_SRC_NAME="`eval "echo $CONST_STRING"`" # we need this to strip some escape strings
+ DIST_SRC_NAME="`eval "echo $DIST_SRC_NAME"`" # twice does the job
update_manifest_info $DIST_SRC_NAME dist
}