Fixed install script.

This commit is contained in:
Nicolás Ortega Froysa
2019-03-17 19:00:38 +01:00
parent bdff8389dd
commit 0cf97d13b6

View File

@@ -1,5 +1,5 @@
#!/bin/sh #!/bin/bash
if [ -z ${$PREFIX+x} ]; if [ -z ${PREFIX+x} ];
then then
PREFIX=/usr PREFIX=/usr
fi fi