diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /mk/bulk/printindex | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'mk/bulk/printindex')
-rw-r--r-- | mk/bulk/printindex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mk/bulk/printindex b/mk/bulk/printindex index 0e2a7cfd5c5..06a832c3607 100644 --- a/mk/bulk/printindex +++ b/mk/bulk/printindex @@ -1,12 +1,12 @@ #!/bin/sh -# $NetBSD: printindex,v 1.10 2002/08/22 08:21:31 jlam Exp $ +# $NetBSD: printindex,v 1.11 2003/05/06 17:42:04 jmmv Exp $ # # # Copyright (c) 2001 The NetBSD Foundation, Inc. # All rights reserved. # # This code is derived from software contributed to The NetBSD Foundation -# by +# by # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -78,7 +78,7 @@ do fi echo "$pkgdir $pkgname " fi - cd $cwd + cd $cwd done # get the list of packages which should always be installed during the build @@ -105,7 +105,7 @@ do #exit 1 fi echo "$pkgdir $pkgname " - cd $cwd + cd $cwd ;; esac done |