Skip to content
Snippets Groups Projects
Commit da42de09 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing OSX installation again

parent 42d42328
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ if [ x"$pcman" = x"" ]; then
exit 1
fi
if [ x"$1" = x"osx" ]; then
if [ x"$1" == x"osx" ]; then
commands[0]="$pcman install gnu-sed"
possible_solutions "${commands[@]}"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment