From 40e4dbcc4e35aa472ba65d96ef02e27fabde67fc Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Mon, 27 May 1996 15:22:41 +0000 Subject: [PATCH] (dir): Make it an absolute path, instead of relative. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1563 72102866-910b-0410-8b05-ffd578937521 --- make-snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-snapshot b/make-snapshot index 8f32f2caf..fb3ddded4 100755 --- a/make-snapshot +++ b/make-snapshot @@ -1,7 +1,7 @@ #!/bin/sh -e # The directory in which to find the last snapshot -dir=../releases +dir=/home/mccallum/gnu/releases # The name of this module module=gstep-base