]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-key
add more to the symbol file
[apt.git] / cmdline / apt-key
index c1e01a776827556d03da54eafb1f095e0b3497e3..3838fafcd61b18f7957f6423975ac2f65153eaed 100755 (executable)
@@ -7,7 +7,7 @@ unset GREP_OPTIONS
 # implodes if there isn't one available
 GPG_CMD='gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg'
 
-if ! id -u > /dev/null; then
+if [ "$(id -u)" -eq 0 ]; then
        GPG_CMD="$GPG_CMD --trustdb-name /etc/apt/trustdb.gpg"
 fi