summaryrefslogtreecommitdiff
path: root/2-unpack.sh
diff options
context:
space:
mode:
Diffstat (limited to '2-unpack.sh')
-rw-r--r--2-unpack.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/2-unpack.sh b/2-unpack.sh
index 8f66bd4..f4ccf23 100644
--- a/2-unpack.sh
+++ b/2-unpack.sh
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
source ./common
set -e
-function unpack() {
+unpack() {
if [ ! -d unpacked/$1 ]; then
echo Unpacking $1.$2
tar xf download/$1.$2 -C unpacked