Skip to content

Commit

Permalink
beelib: fix expansion of SHAREDSTATEDIR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester authored and mariux committed Aug 21, 2012
1 parent 7c237ad commit 7cda0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beelib.config.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function expand_prefix_variables() {
expand_prefix_variables_defaults
BEE_AUTO_EXCLUDE=""
for var in PREFIX EPREFIX BINDIR SBINDIR LIBEXECDIR SYSCONFDIR \
SHAREDSTATEDIR LOCALSTATEDIR LIBDIR INCLUDEDIR \
LOCALSTATEDIR SHAREDSTATEDIR LIBDIR INCLUDEDIR \
DATAROOTDIR DATADIR INFODIR LOCALEDIR MANDIR DOCDIR ; do
eval eval ${var}=\${${var}}
eval 'BEE_AUTO_EXCLUDE=( "${BEE_AUTO_EXCLUDE[@]}" \${${var}} )'
Expand Down

0 comments on commit 7cda0c5

Please sign in to comment.