summaryrefslogtreecommitdiff
path: root/src/fullpkg
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-12 11:38:08 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-12 11:38:08 -0400
commit610699384997e346f7826fe912dcd511ecc4cd8c (patch)
treeaa15488bb29b895a1eba569852d1a69a67ba06f1 /src/fullpkg
parenteeba3ea0411078424d8f0d127d792618c2a929d3 (diff)
parent6d6b719221d3b4190325b43a3fbfd14405765420 (diff)
Merge branch 'fauno~2' (early part) into master
Diffstat (limited to 'src/fullpkg')
-rwxr-xr-xsrc/fullpkg/fullpkg2
-rwxr-xr-xsrc/fullpkg/fullpkg-build2
-rwxr-xr-xsrc/fullpkg/fullpkg-find2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/fullpkg/fullpkg b/src/fullpkg/fullpkg
index 6d6153a..1d4388c 100755
--- a/src/fullpkg/fullpkg
+++ b/src/fullpkg/fullpkg
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# set -x # uncomment for debug
# Builds packages from ABS recursively. It tries to find dependencies that
# aren't built or need update and then makepkg them in order.
diff --git a/src/fullpkg/fullpkg-build b/src/fullpkg/fullpkg-build
index 20e8c88..1771d83 100755
--- a/src/fullpkg/fullpkg-build
+++ b/src/fullpkg/fullpkg-build
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# set -x # uncomment for debug
# Builds packages from ABS recursively. It tries to find dependencies that
# aren't built or need update and then makepkg them in order.
diff --git a/src/fullpkg/fullpkg-find b/src/fullpkg/fullpkg-find
index 9bc647f..a927782 100755
--- a/src/fullpkg/fullpkg-find
+++ b/src/fullpkg/fullpkg-find
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# set -x # uncomment for debug
# Builds packages from ABS recursively. It tries to find dependencies that
# aren't built or need update and then makepkg them in order.