Travis: fix shellcheck warnings for the Debian sid script

This commit is contained in:
Hyunjin Song
2019-03-26 09:54:48 +09:00
parent 7984bb9db6
commit f18efb470f

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
: "${TARGET_ARCH:=amd64}"
@@ -60,7 +60,7 @@ sync_version() {
esac
sed "1 s/@VERSION@/$VERSION/" -i debian/changelog
echo Set Debian version to $VERSION
echo "Set Debian version to $VERSION"
}
sync_version