From 8629b4fbe32a0286b275df117afe7ae8137878cd Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sun, 16 May 2010 04:25:21 +0000 Subject: [PATCH] Add shebangs to build scripts --- aptrepo.sh | 2 ++ update_build.sh | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.43.2