Commit 179059f6 authored by Vasili Skurydzin's avatar Vasili Skurydzin Committed by Commit Bot

AIX: Enable usage of fetch and gclient

Change-Id: I4fe559cb44ccd9c6b037b7b096b088adf652ef9b
Reviewed-on: https://chromium-review.googlesource.com/1102718
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
parent 79d42dfb
......@@ -28,7 +28,7 @@ case $UNAME in
PLAT=mac
;;
*)
echo "UNKNOWN OS: $UNAME"
echo "cipd not supported on $UNAME"
exit 1
esac
......
......@@ -34,6 +34,8 @@ PLATFORM_MAPPING = {
'darwin': 'mac',
'linux2': 'linux',
'win32': 'win',
'aix6': 'aix',
'aix7': 'aix',
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment