Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 605946 | Differences between
and this patch

Collapse All | Expand All

(-)src/password-store.sh (+5 lines)
Lines 316-321 cmd_show() { Link Here
316
			[[ -n $pass ]] || exit 1
316
			[[ -n $pass ]] || exit 1
317
			clip "$pass" "$path"
317
			clip "$pass" "$path"
318
		fi
318
		fi
319
	if [ "$(pidof scdaemon)" ]
320
	#perform a reload of scdaemon if the process exists to clear the pin
321
	then
322
		gpgconf --reload scdaemon
323
	fi
319
	elif [[ -d $PREFIX/$path ]]; then
324
	elif [[ -d $PREFIX/$path ]]; then
320
		if [[ -z $path ]]; then
325
		if [[ -z $path ]]; then
321
			echo "Password Store"
326
			echo "Password Store"

Return to bug 605946