diff options
Diffstat (limited to 'GitAnnexShell.hs')
-rwxr-xr-x[-rw-r--r--] | GitAnnexShell.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GitAnnexShell.hs b/GitAnnexShell.hs index 31912ebbe..6ce377896 100644..100755 --- a/GitAnnexShell.hs +++ b/GitAnnexShell.hs @@ -5,9 +5,13 @@ - Licensed under the GNU GPL version 3 or higher. -} +{-# LANGUAGE CPP #-} + module GitAnnexShell where +#if 0 import System.Posix.Env +#endif import System.Console.GetOpt import Common.Annex |