summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-09-24 18:21:09 (GMT)
committerJoey Hess <joey@kitenet.net>2014-09-24 18:21:09 (GMT)
commit0d3618562e4e426a0701646d5fbafad2444ba2e5 (patch)
treef91d2ae257c10955d116b140512a82ab350268c9 /debootstrap
parenta8d8e6eaeedf5fd62dc09a6910783fc82835c589 (diff)
downloaddebootstrap-0d3618562e4e426a0701646d5fbafad2444ba2e5.zip
debootstrap-0d3618562e4e426a0701646d5fbafad2444ba2e5.tar.gz
debootstrap-0d3618562e4e426a0701646d5fbafad2444ba2e5.tar.bz2
Move set -e out of shebang line. Closes: #762713
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index fef1ab5..3d45c9c 100755
--- a/debootstrap
+++ b/debootstrap
@@ -1,4 +1,5 @@
-#!/bin/sh -e
+#!/bin/sh
+set -e
VERSION='@VERSION@'