From: Andy Spencer Date: Sun, 16 May 2010 04:25:21 +0000 (+0000) Subject: Add shebangs to build scripts X-Git-Tag: v0.4.1~5 X-Git-Url: http://pileus.org/git/?p=aweather;a=commitdiff_plain;h=8629b4fbe32a0286b275df117afe7ae8137878cd Add shebangs to build scripts --- diff --git a/aptrepo.sh b/aptrepo.sh index 2bfd609..5661889 100755 --- a/aptrepo.sh +++ b/aptrepo.sh @@ -1,3 +1,5 @@ +#!/bin/bash + cd /aptrepo/ dpkg-scanpackages -m binary /dev/null | gzip -9c > binary/Packages.gz dpkg-scansources source /dev/null | gzip -9c > source/Sources.gz diff --git a/update_build.sh b/update_build.sh index a0ea1e6..c513e59 100755 --- a/update_build.sh +++ b/update_build.sh @@ -1,3 +1,5 @@ +#!/bin/bash + #Grab command line arguments OLDVERSION=$1 VERSION=$2