From 9dbb601da0f139fe55dbb047786c57139de51e33 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 2 Jan 2006 02:38:54 +0000 Subject: [PATCH] -c implies -n --- Stow.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Stow.pm b/Stow.pm index 9dc4910..0dac4dd 100755 --- a/Stow.pm +++ b/Stow.pm @@ -53,6 +53,7 @@ our %opts; sub SetOptions { %opts = @_; + $opts{not_really} = 1 if $opts{conflicts}; } sub Init {