From 5ec4a0e27687c85b3ee166573a232468bb2a6e0d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 29 Sep 2008 11:36:32 +0200 Subject: [PATCH] Fix export syntax --- grml-live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {{{ -- 2.1.4