diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-03-18 18:15:47 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-03-18 18:15:47 +0000 |
| commit | 226a972d19959d6bd02cd055f1ca9f7a8288cef3 (patch) | |
| tree | f5607e3e66a6a10c4ccadf11f95963257f7e547f /trunk/src | |
| parent | 49155f7ff67a3d61be2e069c2edbc8bc471d05e6 (diff) | |
| download | gentoolkit-226a972d19959d6bd02cd055f1ca9f7a8288cef3.tar.gz | |
Remove space in #! line
svn path=/; revision=360
Diffstat (limited to 'trunk/src')
| -rwxr-xr-x | trunk/src/revdep-rebuild/revdep-rebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild index c58ac04..df0e72d 100755 --- a/trunk/src/revdep-rebuild/revdep-rebuild +++ b/trunk/src/revdep-rebuild/revdep-rebuild @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # Copyright 1999-2005 Gentoo Foundation # $Header$ |
