"bash is not always in /bin/". Patch by funman.

This commit is contained in:
Rémi Duraffort 2008-01-10 18:14:07 +00:00
parent 91d170a11d
commit 36151c9693
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
#
# VLC media player configuration script, borrowed from linux menuconfig
# Cyril Deguet <asmax@videolan.org>