Skip to content

Commit

Permalink
Merge pull request #8 from paulo-ferraz-oliveira/master
Browse files Browse the repository at this point in the history
Fixed typo in shell script.
  • Loading branch information
arcusfelis committed Jun 10, 2014
2 parents 9966420 + 76f4fff commit dafacb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setenv.sh
Expand Up @@ -4,5 +4,5 @@ export CC="$(icu-config --cc)"
export CXX="$(icu-config --cxx)"
export ICU_CFLAGS="$(icu-config --cflags)"
export ICU_CXXFLAGS="$(icu-config --cxxflags)"
export ICU_LDFLAGS"=$(icu-config --ldflags)"
export ICU_LDFLAGS="$(icu-config --ldflags)"
export I18N_BUILD_ID=".$(date +%s)"

0 comments on commit dafacb4

Please sign in to comment.