X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml-live;h=9fca1cc69d166fcf15ce8da8ec0281b977bace7e;hb=5ec4a0e27687c85b3ee166573a232468bb2a6e0d;hp=10240fef04b8a5ec4d842c32cbd07a0f83c589b4;hpb=88230a533eb5717a3d9a52f85a279cd487d2deef;p=grml-live.git diff --git a/grml-live b/grml-live index 10240fe..9fca1cc 100755 --- a/grml-live +++ b/grml-live @@ -248,8 +248,8 @@ specify it on the command line using the -o option." [ -n "$GRML_NAME" ] && export SHORT_GRML_NAME="$(echo $GRML_NAME | tr -d ',./;\- ')" # export variables to have them available in fai scripts: -[ -n "$GRML_NAME" ] && export "$GRML_NAME" -[ -n "$RELEASENAME" ] && export "$RELEASENAME" +[ -n "$GRML_NAME" ] && export GRML_NAME="$GRML_NAME" +[ -n "$RELEASENAME" ] && export RELEASENAME="$RELEASENAME" # }}} # clean/zero grml-live logfile {{{