Fixed install script.

This commit is contained in:
Nicolás Ortega Froysa 2019-03-17 19:00:38 +01:00
parent bdff8389dd
commit 0cf97d13b6
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

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