Browse Source

Fix pushd call

Nathaniel van Diepen 9 years ago
parent
commit
49868c3161
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -139,7 +139,7 @@ tar -C $TMP/ -xf $TMP/unreal.tar.gz
 rm -rf /opt/unrealircd/*;
 cp -R $TMP/Unreal*/{*,.[a-zA-Z0-9]*} /opt/unrealircd;
 cp data/opt/unrealircd/config.settings /opt/unrealircd;
-pushd;
+pushd $(pwd);
 cd /opt/unrealircd;
 ./Config -quick -nointro;
 make;