aboutsummaryrefslogtreecommitdiff
path: root/windows/build.bash
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-07-27 20:45:03 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-07-27 20:45:03 +0300
commit507a4a4dea1e5462f12f7ed4b076c34e02054a38 (patch)
treeaeec6ac73200a4729d639e6e75f0c63600293470 /windows/build.bash
parentWindows: Don't strip liblzma.a too much. (diff)
downloadxz-507a4a4dea1e5462f12f7ed4b076c34e02054a38.tar.xz
Windows: build.sh is a bash script so name it correctly.
Diffstat (limited to '')
-rw-r--r--windows/build.bash (renamed from windows/build.sh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/build.sh b/windows/build.bash
index 665951b9..e6754358 100644
--- a/windows/build.sh
+++ b/windows/build.bash
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
###############################################################################
#
@@ -48,9 +48,9 @@ esac
# This script can be run either at the top-level directory of the package
# or in the same directory containing this script.
-if [ ! -f windows/build.sh ]; then
+if [ ! -f windows/build.bash ]; then
cd ..
- if [ ! -f windows/build.sh ]; then
+ if [ ! -f windows/build.bash ]; then
echo "You are in a wrong directory." >&2
exit 1
fi