Adds shebang to arch-ppa script

This commit is contained in:
Ryan McGuire 2016-04-14 22:51:41 -04:00
parent b1fefe819c
commit 3dcdea5a3d
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
BASEDIR=$(cd $(dirname $0); pwd) BASEDIR=$(cd $(dirname $0); pwd)
CHROOT=$BASEDIR/chroot CHROOT=$BASEDIR/chroot