Skip to content

Commit

Permalink
use /bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengguang Wu committed Mar 24, 2012
1 parent 27136be commit 187d695
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plot-balance_dirty_pages.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

for dir
do
Expand Down
2 changes: 1 addition & 1 deletion plot-bdi_dirty_state.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

for dir
do
Expand Down
2 changes: 1 addition & 1 deletion plot-global_dirty_state.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

for dir
do
Expand Down
2 changes: 1 addition & 1 deletion plot-nfs-commit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

for dir
do
Expand Down
2 changes: 1 addition & 1 deletion plot-vmstat.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

plot() {
suffix=$1
Expand Down
2 changes: 1 addition & 1 deletion plot-writeback_single_inode.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

for dir
do
Expand Down

0 comments on commit 187d695

Please sign in to comment.