aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs/no-bash.patch
blob: f91c307d34f32f7073be59c651f06b22c6b36a67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From a3007d7ea930823926611081bb873ddd771325cb Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Sat, 5 Jan 2013 19:53:10 -0800

---
Upstream-Status: Pending

 samples/auto.net | 2 +-
 samples/auto.smb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/auto.net b/samples/auto.net
index 0384f61..61215f6 100755
--- a/samples/auto.net
+++ b/samples/auto.net
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # This file must be executable to work! chmod 755!
 
diff --git a/samples/auto.smb b/samples/auto.smb
index 6af5d85..d296b81 100755
--- a/samples/auto.smb
+++ b/samples/auto.smb
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # This file must be executable to work! chmod 755!