Skip to content

Commit

Permalink
fix SQUASHFS_EXCLUDES_FILE default not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hofstaedtler committed Jun 27, 2011
1 parent 7270085 commit 5c58f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml-live
Expand Up @@ -275,7 +275,7 @@ shift $(($OPTIND - 1)) # set ARGV to the first not parsed commandline parameter
[ -n "$RELEASENAME" ] || RELEASENAME='grml-live rocks'
[ -n "$SOURCES_LIST_INPUT" ] || SOURCES_LIST_INPUT="${GRML_FAI_CONFIG}/apt/sources.list"
[ -n "$SOURCES_LIST_OUTPUT" ] || SOURCES_LIST_OUTPUT="${GRML_FAI_CONFIG}/config/files/etc/apt/sources.list/GRMLBASE"
[ -n "$SQUASHFS_EXCLUDES_FILE " ] || SQUASHFS_EXCLUDES_FILE="${GRML_FAI_CONFIG}/config/grml/squashfs-excludes"
[ -n "$SQUASHFS_EXCLUDES_FILE" ] || SQUASHFS_EXCLUDES_FILE="${GRML_FAI_CONFIG}/config/grml/squashfs-excludes"
[ -n "$SUITE" ] || SUITE='squeeze'
[ -n "$TEMPLATE_DIRECTORY" ] || TEMPLATE_DIRECTORY='/usr/share/grml-live/templates'
[ -n "$USERNAME" ] || USERNAME='grml'
Expand Down

0 comments on commit 5c58f1d

Please sign in to comment.