diff options
author | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-05-31 10:50:57 +0900 |
---|---|---|
committer | Junichi Uekawa <dancer@netfort.gr.jp> | 2009-05-31 10:50:57 +0900 |
commit | 8c12e9bedf694e1a35cdd8ac92ed47d44f9094ba (patch) | |
tree | fc55152bd7fd6bc75fac5234527e92692cb30ce0 /examples | |
parent | 5b9a957c236043d2bacd8badda61669049518343 (diff) | |
download | pbuilder-8c12e9bedf694e1a35cdd8ac92ed47d44f9094ba.tar pbuilder-8c12e9bedf694e1a35cdd8ac92ed47d44f9094ba.tar.gz |
Declare bashisms explicit in buildall script. (closes: #530157)
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/rebuild/buildall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rebuild/buildall b/examples/rebuild/buildall index 52a68d5..ba60dfe 100755 --- a/examples/rebuild/buildall +++ b/examples/rebuild/buildall @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # rebuild - builds every package in a clean cowbuilder environment # Usage: rebuild list |