Help 'file' find its magic file

The 'file' utility is very useful, but unless you had the same setup
as this developer, your 'file' utility would not find its database
of file type fingerprints. Let's change that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin 2011-08-11 18:42:50 +02:00
Родитель e68531da7b
Коммит 006d11def5
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,8 @@ export PATH="$HOME/bin:$PATH"
export GNUPGHOME=~/.gnupg
test -n "$MAGIC" || export MAGIC=$(cd / && pwd -W)'/mingw/share/misc/magic'
if [ "x$HISTFILE" == "x/.bash_history" ]; then
HISTFILE=$HOME/.bash_history
fi