#!/bin/bash # -*- coding: utf-8 -*- # # nacl_path.sh -- NaCl path export script # # Copyright (C) 2009-2011 Emmanuel Roullit # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation. nacl_include_path="$1" nacl_lib_path="$2" if test -z $nacl_include_path || test -z $nacl_lib_path; then echo "Please input the path where NaCl is like the following:" echo "./$0.sh " exit 1 fi echo "export NACL_INC_DIR=$nacl_include_path" >> ~/.bashrc echo "export NACL_LIB_DIR=$nacl_lib_path" >> ~/.bashrc rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-04-26 19:25:14 +0100
committerMark Brown <broonie@kernel.org>2016-04-26 19:25:14 +0100
commite408057767973e13d72bf52604957925720b7142 (patch)
treea634a347b8efc01238f5aa4a7a1bc3589aa8ed57
parentf179f3f8a9bc86c43a1016c6d0ef87b7bb5ced86 (diff)
parentf0c8e1d9c4f473dfc771a613b602f1841afe8f8b (diff)
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus