index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2011-09-30 06:07:55 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-09-30 10:48:28 -0500 |
commit | 938fb2c87859cf495ac72d678d4edb9f6c3217c2 (patch) | |
tree | 12b4c2b738a5afb547657f82468bd4cb8dbf01bf | |
parent | 07ecd40a1a1ffba5e5b1c3edd199a0f159496c48 (diff) |
-rw-r--r-- | scripts/pacman-key.sh.in | 2 |
diff --git a/scripts/pacman-key.sh.in b/scripts/pacman-key.sh.in index e293d496..7eebf7c8 100644 --- a/scripts/pacman-key.sh.in +++ b/scripts/pacman-key.sh.in @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash # # pacman-key - manages pacman's keyring # Based on apt-key, from Debian |