From 7bd29f4570869e1db2992e337f86e93f1cfa43e7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 15 Apr 2016 17:09:26 -0400 Subject: librechroot: librexgettext was getting confused --- src/chroot-tools/librechroot | 7 ++++--- 1 file 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.' -- cgit v1.2.2