Explicitly mark perms.sh-dist as a bash script.
authorianb <ianb>
Thu, 16 Dec 2010 18:22:16 +0000 (18:22 +0000)
committerianb <ianb>
Thu, 16 Dec 2010 18:22:16 +0000 (18:22 +0000)
perms.sh-dist has bashisms, so would fail on a system (eg some recent
Debian systems) with dash as /bin/sh.

perms.sh-dist

index ae9f312..0711ab3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Where the installed system resides
 INSTDIR=`dirname $0`/bin/mir
 
 # Where the installed system resides
 INSTDIR=`dirname $0`/bin/mir