This script depends on bash-isms and doesn't run in dash, so say so. (Bug 466050) r=bsmedberg

This commit is contained in:
L. David Baron 2008-12-04 08:09:52 -08:00
parent 7aa294ceb7
commit 8c2cd684eb

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# This tool unpacks a full update package generated by make_full_update.sh
# Author: Darin Fisher