1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

install.sh: use $() in install.sh

This commit is contained in:
Hyacinthe Cartiaux 2015-06-26 15:07:21 +02:00
parent 5aad90f968
commit 292888e3c0

View file

@ -91,7 +91,7 @@ ln -sf /tmp ~/.thumbnails
## wget
if [[ "`hostname -f | cut -d '.' -f 3`" = "grid5000" ]] ; then
if [[ "$(hostname -f | cut -d '.' -f 3)" = "grid5000" ]] ; then
ln -sf $DOTFILES/wget/wgetrc.g5k ~/.wgetrc
else
ln -sf $DOTFILES/wget/wgetrc ~/.wgetrc