summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-04-15 17:09:26 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-04-15 17:19:53 -0400
commit7bd29f4570869e1db2992e337f86e93f1cfa43e7 (patch)
tree96d3f9c94df62865345bfa8b06ffbd0fecccb3ca
parentbd1d554a35b543afa5a79dd483583bf2aad9cf47 (diff)
librechroot: librexgettext was getting confused
-rwxr-xr-xsrc/chroot-tools/librechroot7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index 52a5e12..5ff9c99 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -179,7 +179,7 @@ usage() {
bullet 'overwrite `/etc/pacman.d/mirrorlist`'
bullet 'set `CacheDir` in `/etc/pacman.conf`'
prose 'If a new `pacman.conf` is inserted with the `-C` flag, the change
- is made after the file is copied in; the `-C` flag doesn'\''t
+ is made after the file is copied in; the `-C` flag doesn'"'"'t
stop the change from being effective.'
echo
prose 'The processor architecture of the chroot is determined
@@ -187,8 +187,9 @@ usage() {
file inside of the chroot.'
echo
prose 'In line with this, The `-A CARCH` flag is simply an alias for'
- printf ' -C "/usr/share/pacman/defaults/pacman.conf.$CARCH" \\\n'
- printf ' -M "/usr/share/pacman/defaults/makepkg.conf.$CARCH"\n'
+ printf ' %s\n' \
+ '-C "/usr/share/pacman/defaults/pacman.conf.$CARCH" \' \
+ '-M "/usr/share/pacman/defaults/makepkg.conf.$CARCH"'
echo
prose 'Creating a copy, deleting a copy, or syncing a copy can be fairly
slow; but are very fast if $CHROOTDIR is on a btrfs partition.'