diff options
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-01 15:17:07 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-01 15:17:07 +0200 |
commit | be5b0e747d2157ee82829afa9c3192608688b29f (patch) | |
tree | 4c441a1b2259a86ffe8fdd09d4b4e8df70d34274 | |
parent | 8b8460731ddff4e6f6c3c9783770bdef04aa7b23 (diff) | |
download | devtools-be5b0e747d2157ee82829afa9c3192608688b29f.tar.xz |
Remove duplicate line added by accident
-rw-r--r-- | src/makechrootpkg.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makechrootpkg.in b/src/makechrootpkg.in index 57a5d23..a4f0cee 100644 --- a/src/makechrootpkg.in +++ b/src/makechrootpkg.in @@ -46,7 +46,6 @@ usage() { echo ' end-of-options marker (--) will be passed to makepkg.' echo '' echo ' The chroot dir consists of the following directories:' - echo ' The chroot dir consists of the following directories:' echo ' <chrootdir>/{root, copy} but only "root" is required' echo ' by default. The working copy will be created as needed' echo '' |