aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/jail-commit
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-xtrunk/src/jail-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index 573e0c0..c336f95 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -124,7 +124,7 @@ function do_commit {
search_template $template --update
if [ "$?" == "0" ] || ! echo $TEMPLATE_UPDATE_LIST | grep -q " `basename $TEMPLATE_BASE` "; then
- TEMPLATE_UPDATE_LIST="$TEMPLATE_UPDATE_LIST `basename $TEMPLATE_BASE` " # the end space is important
+ TEMPLATE_UPDATE_LIST=" $TEMPLATE_UPDATE_LIST `basename $TEMPLATE_BASE` " # the spaces are important
if [ "$jailpath" == "/" ]; then
echo Updating main installation...
else