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
1 changed files with 2 additions and 2 deletions

View File

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