index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2011-09-18 16:35:00 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-09-18 16:57:07 -0500 |
commit | b1a09b93ef626995a009ae3144fc130cc60a4078 (patch) | |
tree | ac967ffe1a351121129ad168406e9974ccb31918 | |
parent | 223a92ca9da2efecefb200a828618747c0f5b03e (diff) |
-rw-r--r-- | configure.ac | 2 |
diff --git a/configure.ac b/configure.ac index 6bbc3159..32011794 100644 --- a/configure.ac +++ b/configure.ac @@ -225,7 +225,7 @@ STRIP_STATIC="--strip-debug" case "${host_os}" in *bsd*) SIZECMD="stat -L -f %z" - SEDINPLACE="sed -i ''" + SEDINPLACE="sed -i \"\"" ;; cygwin*) host_os_cygwin=yes |