aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-09-13 17:55:51 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-09-13 17:55:51 +0000
commit3aab65168823b023b0f80d7069d5581a6de977bb (patch)
tree8999854c1cde46bd5777e3f8a9b8136c6275c955 /trunk/src
parent4a92eea3c850c549349c124dec37138044e752b3 (diff)
downloadsimplepkg-3aab65168823b023b0f80d7069d5581a6de977bb.tar.gz
simplepkg-3aab65168823b023b0f80d7069d5581a6de977bb.tar.bz2
lots of fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@441 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rwxr-xr-xtrunk/src/mkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index 7d131e3..e024ef8 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -253,7 +253,7 @@ function get_variable {
[ $# -ne 1 ] && mkbuild_error $ERROR_PROGRAM
[ -z $MK_INPUT_FILE ] && echo "Warning: no [mkbuild_file]." && return 0
- grep "^\[\[${1}\]\]" $MK_INPUT_FILE | cut -f2- -d= | tr -d '\"'
+ grep "^\[\[${1}\]\]" $MK_INPUT_FILE | cut -f2- -d= | sed -e 's/^"//' -e 's/"$//'
}
function edit_file {