diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-22 18:13:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-22 18:13:15 -0400 |
commit | 04ba2e4b62c31e867cbc873d636e3184a009cac6 (patch) | |
tree | dab144cd1312f7be0e457e436bd57e82d1899db1 /src/fullpkg/fullpkg-build | |
parent | 842eab9c67f0b6a45b5247da9a4cdb750431013d (diff) | |
parent | 610699384997e346f7826fe912dcd511ecc4cd8c (diff) |
Merge commit '610699'
Conflicts:
src/abslibre-tools/createworkdir
Diffstat (limited to 'src/fullpkg/fullpkg-build')
-rwxr-xr-x | src/fullpkg/fullpkg-build | 2 |
1 files changed, 1 insertions, 1 deletions
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. |