This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ceph
Watch
1
Star
0
Fork
0
You've already forked ceph
mirror of
https://github.com/ceph/ceph
synced
2025-01-01 16:42:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f824161a3a
ceph
/
qa
/
workunits
/
fs
/
misc
/
trivial_sync.sh
8 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts: fix bash path in shebangs /bin/bash is a Linuxism. Other operating systems install bash to different paths. Use /usr/bin/env in shebangs to find bash. Signed-off-by: Alan Somers <asomers@gmail.com>
2017-07-20 22:26:42 +00:00
#!/usr/bin/env bash
qa: prepare for a hierarchical test script system
2009-11-13 00:44:35 +00:00
qa: set -e in workunits
2010-04-14 17:08:42 +00:00
set
-e
qa: prepare for a hierarchical test script system
2009-11-13 00:44:35 +00:00
mkdir foo
echo
foo > bar
qa: set -e in workunits
2010-04-14 17:08:42 +00:00
sync
Reference in New Issue
Copy Permalink