From 97a59b7f41d77d61e3c160c7779ac13582bdab54 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Mon, 2 Sep 2013 10:42:39 +0300 Subject: [PATCH] Fix the magic number in the ci scripts --- ci/autopkg_debian.sh | 2 +- ci/pylint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/autopkg_debian.sh b/ci/autopkg_debian.sh index 8a46c14..70eecdd 100755 --- a/ci/autopkg_debian.sh +++ b/ci/autopkg_debian.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh set -e PACKAGES_DIR=$1 diff --git a/ci/pylint.sh b/ci/pylint.sh index a200be1..fa4dae5 100755 --- a/ci/pylint.sh +++ b/ci/pylint.sh @@ -1,3 +1,3 @@ -!/bin/sh +#!/bin/sh pylint image_creator -- GitLab