Skip to content

Commit 2f5e9da

Browse files
committed
turn off posix
1 parent 5fe3243 commit 2f5e9da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# . $( dirname "${BASH_SOURCE[0]}" )/../share/github-backup-utils/ghe-backup-config
1515
#
16-
16+
set +o posix
1717
# Assume this script lives in share/github-backup-utils/ when setting the root
1818
GHE_BACKUP_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/../.." && pwd )"
1919

0 commit comments

Comments
 (0)