Don't enforce anything else, though.

Signed-off-by: Dave Reisner <[email protected]>
---
 arch-nspawn.in     | 2 ++
 archbuild.in       | 2 ++
 archco.in          | 2 ++
 archrelease.in     | 2 ++
 archrm.in          | 2 ++
 bash_completion.in | 2 ++
 checkpkg.in        | 2 ++
 commitpkg.in       | 2 ++
 crossrepomove.in   | 2 ++
 find-libdeps.in    | 2 ++
 finddeps.in        | 2 ++
 lddd.in            | 2 ++
 makechrootpkg.in   | 2 ++
 mkarchroot.in      | 2 ++
 rebuildpkgs.in     | 2 ++
 zsh_completion.in  | 2 ++
 16 files changed, 32 insertions(+)

diff --git a/arch-nspawn.in b/arch-nspawn.in
index 6900382..30d315e 100644
--- a/arch-nspawn.in
+++ b/arch-nspawn.in
@@ -102,3 +102,5 @@ exec ${CARCH:+setarch "$CARCH"} systemd-nspawn 2>/dev/null \
        --machine "$machine_name" \
        "${mount_args[@]}" \
        "$@"
+
+# vim: set noet:
diff --git a/archbuild.in b/archbuild.in
index b1c96f9..e7d2256 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -78,3 +78,5 @@ fi
 
 msg "Building in chroot for [${repo}] (${arch})..."
 exec makechrootpkg -r "${chroots}/${repo}-${arch}" "${makechrootpkg_args[@]}"
+
+# vim: set noet:
diff --git a/archco.in b/archco.in
index 5bdc4e6..10424fc 100644
--- a/archco.in
+++ b/archco.in
@@ -22,3 +22,5 @@ esac
 for i in "$@"; do
        svn co "$SVNURL/$i"
 done
+
+# vim: set noet:
diff --git a/archrelease.in b/archrelease.in
index 6f52dbc..0e009b8 100644
--- a/archrelease.in
+++ b/archrelease.in
@@ -84,3 +84,5 @@ svn commit -q -m "archrelease: copy ${trunk} to $tag_list" || 
abort
 stat_done
 
 popd >/dev/null
+
+# vim: set noet:
diff --git a/archrm.in b/archrm.in
index 7c7139b..3f81066 100644
--- a/archrm.in
+++ b/archrm.in
@@ -13,3 +13,5 @@ fi
 #popd
 
 rm -rf $1
+
+# vim: set noet:
diff --git a/bash_completion.in b/bash_completion.in
index dd140fc..7afa274 100644
--- a/bash_completion.in
+++ b/bash_completion.in
@@ -84,3 +84,5 @@ _arch-nspawn() {
 } &&
 complete -F _arch-nspawn arch-nspawn
 # ex:et ts=2 sw=2 ft=sh
+
+# vim: set noet:
diff --git a/checkpkg.in b/checkpkg.in
index ef46399..9a32d00 100644
--- a/checkpkg.in
+++ b/checkpkg.in
@@ -83,3 +83,5 @@ for _pkgname in "${pkgname[@]}"; do
 done
 
 msg "Files saved to $TEMPDIR"
+
+# vim: set noet:
diff --git a/commitpkg.in b/commitpkg.in
index 8dcbd7c..d584f92 100644
--- a/commitpkg.in
+++ b/commitpkg.in
@@ -218,3 +218,5 @@ else
                popd >/dev/null
        fi
 fi
+
+# vim: set noet:
diff --git a/crossrepomove.in b/crossrepomove.in
index 912504f..b761cd9 100644
--- a/crossrepomove.in
+++ b/crossrepomove.in
@@ -79,3 +79,5 @@ svn -q rm "source_checkout/${pkgbase}"
 svn -q commit -m"${scriptname}: Moving ${pkgbase} from ${source_repo} to 
${target_repo}" source_checkout
 
 popd >/dev/null
+
+# vim: set noet:
diff --git a/find-libdeps.in b/find-libdeps.in
index c9b451e..f71a127 100644
--- a/find-libdeps.in
+++ b/find-libdeps.in
@@ -85,3 +85,5 @@ find . -type f $find_args | while read filename; do
 done
 
 popd >/dev/null
+
+# vim: set noet:
diff --git a/finddeps.in b/finddeps.in
index 7a2a3fb..c583a47 100644
--- a/finddeps.in
+++ b/finddeps.in
@@ -37,3 +37,5 @@ find . -type d | while read d; do
                done
        fi
 done
+
+# vim: set noet:
diff --git a/lddd.in b/lddd.in
index 43aa8c1..228b900 100644
--- a/lddd.in
+++ b/lddd.in
@@ -46,3 +46,5 @@ done
 sort -u $TEMPDIR/pacman.txt >> $TEMPDIR/possible-rebuilds.txt
 
 msg "Files saved to $TEMPDIR"
+
+# vim: set noet:
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 00e538a..2e0cec4 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -381,3 +381,5 @@ if (( ret != 0 )); then
 else
        true
 fi
+
+# vim: set noet:
diff --git a/mkarchroot.in b/mkarchroot.in
index 7cdb274..88c278f 100644
--- a/mkarchroot.in
+++ b/mkarchroot.in
@@ -77,3 +77,5 @@ exec arch-nspawn \
        ${makepkg_conf:+-M "$makepkg_conf"} \
        ${cache_dir:+-c "$cache_dir"} \
        "$working_dir" locale-gen
+
+# vim: set noet:
diff --git a/rebuildpkgs.in b/rebuildpkgs.in
index 2f71c40..cc5fb2b 100644
--- a/rebuildpkgs.in
+++ b/rebuildpkgs.in
@@ -95,3 +95,5 @@ if [[ -n $FAILED ]]; then
 fi
 
 msg 'SVN pkgbumps in svn-packages/ - commit when ready'
+
+# vim: set noet:
diff --git a/zsh_completion.in b/zsh_completion.in
index 4c6dd99..30c25bf 100644
--- a/zsh_completion.in
+++ b/zsh_completion.in
@@ -69,3 +69,5 @@ _devtools() {
 }
 
 _devtools
+
+# vim: set noet:
-- 
1.8.4.1

Reply via email to