[CRIU] [PATCH] p.haul/ssh: use /bin/bash instead of /usr/bin/bash

Laurent Dufour ldufour at linux.vnet.ibm.com
Thu Nov 12 05:11:13 PST 2015


On Debian and Ubuntu systems, bash is stored in /bin and not in
/usr/bin as on Fedora and Red Hat systems which as a /bin/bash and
/usr/bin/bash hard linking the same file.

Signed-off-by: Laurent Dufour <ldufour at linux.vnet.ibm.com>
---
 p.haul-ssh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p.haul-ssh b/p.haul-ssh
index d15a5b7da4b1..8cf4c701b0e4 100755
--- a/p.haul-ssh
+++ b/p.haul-ssh
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 set -e
 
-- 
1.9.1



More information about the CRIU mailing list