Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/PostgreSQL/osee_db_setup_windows.bat')
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/PostgreSQL/osee_db_setup_windows.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/PostgreSQL/osee_db_setup_windows.bat b/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/PostgreSQL/osee_db_setup_windows.bat
index f9889ca40b5..7d7fda25ea8 100644
--- a/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/PostgreSQL/osee_db_setup_windows.bat
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2009/tutorial/PostgreSQL/osee_db_setup_windows.bat
@@ -1,2 +1,2 @@
-COPY pgpass.conf "%SystemDrive%\%HOMEPATH%\Application Data\postgresql\pgpass.conf"
+COPY pgpass.conf "%SystemDrive%\%HOMEPATH%\Application Data\postgresql\pgpass.conf"
CMD /K "C:\Program Files\PostgreSQL\8.3\bin\psql.exe" -a -e -f osee.sql -U postgres \ No newline at end of file

Back to the top