Skip to content

Commit

Permalink
Move nuget-related files to /nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gozde committed Dec 16, 2011
1 parent b6eab6f commit d75823a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions nuget.cmd
@@ -1,8 +1,8 @@
@echo off
setlocal

set NUGET_EXE=bin\nuget\nuget.exe
set NUGET_BOOTSTRAPPER_EXE=bin\nuget\nuget-bootstrap.exe
set NUGET_EXE=nuget\nuget.exe
set NUGET_BOOTSTRAPPER_EXE=nuget\nuget-bootstrap.exe
set PACKAGE_DIR=packages

if not exist %NUGET_EXE% (goto bootstrap) else (goto install)
Expand Down
4 changes: 2 additions & 2 deletions nuget.sh
@@ -1,7 +1,7 @@
#!/bin/sh

NUGET_EXE=bin/nuget/nuget.exe
NUGET_BOOTSTRAPPER_EXE=bin/nuget/nuget-bootstrap.exe
NUGET_EXE=nuget/nuget.exe
NUGET_BOOTSTRAPPER_EXE=nuget/nuget-bootstrap.exe
PACKAGE_DIR=packages

if [ ! -e $NUGET_EXE ]; then
Expand Down
File renamed without changes.

0 comments on commit d75823a

Please sign in to comment.