diff --git a/src/musikcube/musikcube.in b/src/musikcube/musikcube.in index a8da2e950..708e4c234 100644 --- a/src/musikcube/musikcube.in +++ b/src/musikcube/musikcube.in @@ -1,5 +1,5 @@ -#!/bin/bash +#!/usr/bin/env bash pushd @musikcube_INSTALL_DIR@/share/musikcube/ > /dev/null { ./musikcube && popd -} || popd > /dev/null \ No newline at end of file +} || popd > /dev/null